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