import { SvelteComponent } from "svelte"; import type { Mode } from './types/Mode'; import { type GetDisabled, type GetLabel, type GetValue } from '../../../helpers'; declare class __sveltets_Render { props(): { value: Value | null; options: Option[]; getValue?: GetValue | undefined; getLabel?: GetLabel