import { default as React } from 'react'; type CheckMarkIconProps = React.SVGProps & { fill?: string; }; declare const CheckMarkIcon: React.FC; export default CheckMarkIcon; //# sourceMappingURL=CheckMark.d.ts.map