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