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