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