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