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