import { SVGProps } from 'react'; declare function DocumentIcon(props: SVGProps): JSX.Element; export default DocumentIcon;