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