/// import type IconType from '../IconType'; declare const DownloadCsv: ({ color, size, ...rest }: IconType) => JSX.Element; export default DownloadCsv;