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