import { type SvgStringOpts } from '../../svgString'; export declare const DocumentSVG: (opts?: SvgStringOpts) => string; export default DocumentSVG;