import type { IconProps } from '../types/index'; declare function SvgDocumentExport(iconProps: IconProps): JSX.Element; declare namespace SvgDocumentExport { var displayName: string; } export default SvgDocumentExport;