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