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