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