import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { CheckboxProps, CheckboxSlots, CheckboxGroupProps, CheckboxGroupSlots } from './types'; export declare const SCheckbox: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ onChange?: ((value: boolean) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean | undefined) => any) | undefined; "onUpdate:indeterminate"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { change: (value: boolean) => any; "update:modelValue": (value: string | number | boolean | undefined) => any; "update:indeterminate": (value: boolean) => any; }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< CheckboxProps & { modelValue?: boolean | string | number | undefined; indeterminate?: boolean; }> & Readonly<{ onChange?: ((value: boolean) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean | undefined) => any) | undefined; "onUpdate:indeterminate"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ onChange?: ((value: boolean) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean | undefined) => any) | undefined; "onUpdate:indeterminate"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { change: (value: boolean) => any; "update:modelValue": (value: string | number | boolean | undefined) => any; "update:indeterminate": (value: boolean) => any; }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: CheckboxSlots; }) & Plugin; export declare const SCheckboxGroup: { new (...args: any[]): CreateComponentPublicInstanceWithMixins; }> & Readonly<{ onChange?: ((value: (string | number)[]) => any) | undefined; "onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { change: (value: (string | number)[]) => any; "update:modelValue": (value: (string | number)[]) => any; }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< CheckboxGroupProps & { modelValue?: Array; }> & Readonly<{ onChange?: ((value: (string | number)[]) => any) | undefined; "onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined; }>, {}, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase; }> & Readonly<{ onChange?: ((value: (string | number)[]) => any) | undefined; "onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { change: (value: (string | number)[]) => any; "update:modelValue": (value: (string | number)[]) => any; }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: CheckboxGroupSlots; }) & Plugin; export * from './types';