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