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