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