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