import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const ArchiveBox: import("svelte").Component; type ArchiveBox = ReturnType; export default ArchiveBox; //# sourceMappingURL=archive-box.svelte.d.ts.map