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