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