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