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