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