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