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