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