import { FC, SVGProps } from 'react'; declare const IconCollection: FC & { fill?: string }>; export default IconCollection;