import { SvelteComponent } from "svelte"; import { type GetLabel, type GetValue } from '../../helpers/form.defaults'; declare class __sveltets_Render { props(): { value: Value; options: Option[]; getLabel?: GetLabel