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