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