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