import type { IconProps } from '../../types';
declare const CheckMark: import("react").NamedExoticComponent<IconProps>;
export { CheckMark };
