/**
 * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
 * @codegen <<SignedSource::82d89d8f9197aec5293213e3bf2fcd52>>
 * @codegenCommand yarn build:icon-glyphs
 */

import type { NewCoreIconProps } from '@atlaskit/icon/base-new';

declare const CheckMarkIcon: {
  (props: NewCoreIconProps): JSX.Element;
  displayName: string;
};
export default CheckMarkIcon;
