import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const UnarchiveIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link UnarchiveIcon} instead.
 */
export declare const Unarchive: typeof UnarchiveIcon;
export default UnarchiveIcon;
