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