import type { PropType } from 'vue'; import type { ToggleVariant } from '#components'; import type { ModelWrapper, ModelValueProp, ModelValidatorProp, Elements } from '#composables'; import type { Theme, Size, Radius, Spacing } from '#utilities'; declare var __VLS_11: string, __VLS_12: {}; type __VLS_Slots = {} & { [K in NonNullable]?: (props: typeof __VLS_12) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: () => string; }; "onUpdate:modelValue": FunctionConstructor; validator: ModelValidatorProp; eagerValidation: BooleanConstructor; elements: PropType; checked: BooleanConstructor; value: { type: StringConstructor; default: string; }; name: StringConstructor; label: StringConstructor; description: StringConstructor; variant: { type: PropType; default: () => ToggleVariant; validator: (v: string) => boolean; }; showSymbol: BooleanConstructor; radioRadius: { type: PropType; default: () => Radius; validator: import("#utilities").IsValidRadius; }; disabled: BooleanConstructor; class: (ObjectConstructor | StringConstructor)[]; descendant: BooleanConstructor; theme: { type: PropType; validator: /** * @template { string } T * @overload * @param { T } value * @returns { T extends ThemeAlias ? true : false } */ (value: string) => false; }; size: { type: PropType; validator: import("#utilities").IsValidSize; }; radius: { type: PropType; validator: import("#utilities").IsValidRadius; }; spacing: { type: PropType; validator: import("#utilities").IsValidSpacing; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: () => string; }; "onUpdate:modelValue": FunctionConstructor; validator: ModelValidatorProp; eagerValidation: BooleanConstructor; elements: PropType; checked: BooleanConstructor; value: { type: StringConstructor; default: string; }; name: StringConstructor; label: StringConstructor; description: StringConstructor; variant: { type: PropType; default: () => ToggleVariant; validator: (v: string) => boolean; }; showSymbol: BooleanConstructor; radioRadius: { type: PropType; default: () => Radius; validator: import("#utilities").IsValidRadius; }; disabled: BooleanConstructor; class: (ObjectConstructor | StringConstructor)[]; descendant: BooleanConstructor; theme: { type: PropType; validator: /** * @template { string } T * @overload * @param { T } value * @returns { T extends ThemeAlias ? true : false } */ (value: string) => false; }; size: { type: PropType; validator: import("#utilities").IsValidSize; }; radius: { type: PropType; validator: import("#utilities").IsValidRadius; }; spacing: { type: PropType; validator: import("#utilities").IsValidSpacing; }; }>> & Readonly<{}>, { value: string; checked: boolean; disabled: boolean; modelValue: string | import("#composables").Model | ModelWrapper; descendant: boolean; variant: ToggleVariant; showSymbol: boolean; eagerValidation: boolean; radioRadius: Radius; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=Radio.vue.d.ts.map