import type { SVGProps } from "react"; export interface BoxArchiveIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function BoxArchiveIcon({ className, size, color, ...props }: BoxArchiveIconProps): import("react").JSX.Element; //# sourceMappingURL=box-archive-icon.d.ts.map