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