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