import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const ArchiveBoxIcon: import("svelte").Component<Props, {}, "">;
type ArchiveBoxIcon = ReturnType<typeof ArchiveBoxIcon>;
export default ArchiveBoxIcon;
