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