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