interface Props { size?: number; [key: string]: any; } declare const IconUnlock2: import("svelte").Component; type IconUnlock2 = ReturnType; export default IconUnlock2;