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