import * as React from 'react'; /** * Note: need to export to avoid error in Icons namespace. */ export interface ISvgProps { className?: string; } declare const _default: React.FC; export default _default; //# sourceMappingURL=CaretDoubleIcon.d.ts.map