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