import { IconProps } from '../lib';
declare function Archive(props: IconProps): JSX.Element;
export default Archive;
