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