import React from 'react'; import { type IconProps } from './core'; interface IconBoxArchiveProps extends IconProps { base?: '16' | '24'; } export declare function IconBoxArchive({ base, ...props }: IconBoxArchiveProps): React.JSX.Element; export {};