import type { SVGProps } from 'react'; declare const SvgDocument: (props: SVGProps) => import("react").JSX.Element; export default SvgDocument;