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