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