import { SvelteComponentTyped } from "svelte"; import type { GetGroupKey, GetGroupLabel, GetOptionLabel, GetOptionValue } from './types'; declare class __sveltets_Render { props(): { value: Value; currentOption: Option; options: Option[]; getOptionLabel: GetOptionLabel