import { SvelteComponent } from "svelte"; export type GetLabel = (item: Item) => string; export type GetValue = (item: Item) => Value; export type GetIcon = GetLabel; declare class __sveltets_Render { props(): { options: Option[]; value: Value; getLabel?: GetLabel