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