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