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