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