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