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