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