import type * as React from 'react'; type Props = { size?: number; color?: string; }; export declare const IconCheck: React.FC; export {}; //# sourceMappingURL=IconCheck.d.ts.map