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