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