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