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