import { type IconProps } from "../../../base/index.ts";
declare const ArchiveBox: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type ArchiveBox = ReturnType<typeof ArchiveBox>;
export default ArchiveBox;
