import type { PropType } from 'vue'; import type { ToggleVariant } from '#components'; import type { ModelValueProp, ModelValidatorProp, ModelWrapper, 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 string | boolean; }; valueUnchecked: { type: (BooleanConstructor | StringConstructor)[]; default: (props: { valueChecked: string | boolean; }) => false | ""; }; modelValue: { type: ModelValueProp; default: (props: { valueUnchecked: string | boolean; }) => string | boolean; }; "onUpdate:modelValue": FunctionConstructor; validator: ModelValidatorProp; eagerValidation: BooleanConstructor; elements: PropType; label: StringConstructor; description: StringConstructor; variant: { type: PropType; default: () => ToggleVariant; validator: (v: string) => boolean; }; showSymbol: BooleanConstructor; 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 string | boolean; }; valueUnchecked: { type: (BooleanConstructor | StringConstructor)[]; default: (props: { valueChecked: string | boolean; }) => false | ""; }; modelValue: { type: ModelValueProp; default: (props: { valueUnchecked: string | boolean; }) => string | boolean; }; "onUpdate:modelValue": FunctionConstructor; validator: ModelValidatorProp; eagerValidation: BooleanConstructor; elements: PropType; label: StringConstructor; description: StringConstructor; variant: { type: PropType; default: () => ToggleVariant; validator: (v: string) => boolean; }; showSymbol: BooleanConstructor; 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 | boolean; checked: boolean; disabled: boolean; modelValue: string | boolean | string[] | import("#composables").Model | ModelWrapper; descendant: boolean; variant: ToggleVariant; showSymbol: boolean; valueChecked: string | boolean; valueUnchecked: string | boolean; eagerValidation: boolean; }, {}, {}, {}, 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=Checkbox.vue.d.ts.map