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