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