import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconLockKeyThin: import("svelte").Component<$$ComponentProps, {}, "">; type IconLockKeyThin = ReturnType; export default IconLockKeyThin;