import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconWechatLogoThin: import("svelte").Component<$$ComponentProps, {}, "">; type IconWechatLogoThin = ReturnType; export default IconWechatLogoThin;