export declare const ElCheckbox: import("@element-plus-next/vue-utils").SFCWithInstall<{ new (...args: any[]): { $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ name: string; size: any; disabled: boolean; id: string; checked: boolean; indeterminate: boolean; modelValue: string | number | boolean; validateEvent: boolean; border: boolean; trueLabel: string | number; falseLabel: string | number; controls: string; }> & Omit undefined; }; label: { type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[]; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: { type: StringConstructor; default: undefined; }; trueLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; falseLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; id: { type: StringConstructor; default: undefined; }; controls: { type: StringConstructor; default: undefined; }; border: BooleanConstructor; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (NumberConstructor | StringConstructor)[]; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; } & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, "name" | "size" | "disabled" | "id" | "checked" | "indeterminate" | "modelValue" | "validateEvent" | "border" | "trueLabel" | "falseLabel" | "controls">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("@vue/runtime-core").Slot | undefined; }>; $root: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $parent: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $emit: ((event: "change", val: import("./src/checkbox").CheckboxValueType) => void) & ((event: "update:modelValue", val: import("./src/checkbox").CheckboxValueType) => void); $el: any; $options: import("@vue/runtime-core").ComponentOptionsBase undefined; }; label: { type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[]; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: { type: StringConstructor; default: undefined; }; trueLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; falseLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; id: { type: StringConstructor; default: undefined; }; controls: { type: StringConstructor; default: undefined; }; border: BooleanConstructor; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (NumberConstructor | StringConstructor)[]; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; }, {}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (val: import("./src/checkbox").CheckboxValueType) => boolean; change: (val: import("./src/checkbox").CheckboxValueType) => boolean; }, string, { name: string; size: any; disabled: boolean; id: string; checked: boolean; indeterminate: boolean; modelValue: string | number | boolean; validateEvent: boolean; border: boolean; trueLabel: string | number; falseLabel: string | number; controls: string; }> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof import("@vue/runtime-core").nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly undefined; }; label: { type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[]; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: { type: StringConstructor; default: undefined; }; trueLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; falseLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; id: { type: StringConstructor; default: undefined; }; controls: { type: StringConstructor; default: undefined; }; border: BooleanConstructor; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (NumberConstructor | StringConstructor)[]; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@vue/runtime-core").ComponentCustomProperties; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("@vue/runtime-core").ComponentOptionsBase undefined; }; label: { type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[]; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: { type: StringConstructor; default: undefined; }; trueLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; falseLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; id: { type: StringConstructor; default: undefined; }; controls: { type: StringConstructor; default: undefined; }; border: BooleanConstructor; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (NumberConstructor | StringConstructor)[]; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; }, {}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (val: import("./src/checkbox").CheckboxValueType) => boolean; change: (val: import("./src/checkbox").CheckboxValueType) => boolean; }, string, { name: string; size: any; disabled: boolean; id: string; checked: boolean; indeterminate: boolean; modelValue: string | number | boolean; validateEvent: boolean; border: boolean; trueLabel: string | number; falseLabel: string | number; controls: string; }> & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps & (new () => { $slots: { default: (_: {}) => any; }; })> & { CheckboxButton: { new (...args: any[]): { $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ name: string; size: any; disabled: boolean; id: string; checked: boolean; indeterminate: boolean; modelValue: string | number | boolean; validateEvent: boolean; border: boolean; trueLabel: string | number; falseLabel: string | number; controls: string; }> & Omit undefined; }; label: { type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[]; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: { type: StringConstructor; default: undefined; }; trueLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; falseLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; id: { type: StringConstructor; default: undefined; }; controls: { type: StringConstructor; default: undefined; }; border: BooleanConstructor; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (NumberConstructor | StringConstructor)[]; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; } & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, "name" | "size" | "disabled" | "id" | "checked" | "indeterminate" | "modelValue" | "validateEvent" | "border" | "trueLabel" | "falseLabel" | "controls">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("@vue/runtime-core").Slot | undefined; }>; $root: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $parent: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $emit: ((event: "change", val: import("./src/checkbox").CheckboxValueType) => void) & ((event: "update:modelValue", val: import("./src/checkbox").CheckboxValueType) => void); $el: any; $options: import("@vue/runtime-core").ComponentOptionsBase undefined; }; label: { type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[]; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: { type: StringConstructor; default: undefined; }; trueLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; falseLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; id: { type: StringConstructor; default: undefined; }; controls: { type: StringConstructor; default: undefined; }; border: BooleanConstructor; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (NumberConstructor | StringConstructor)[]; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; }, {}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (val: import("./src/checkbox").CheckboxValueType) => boolean; change: (val: import("./src/checkbox").CheckboxValueType) => boolean; }, string, { name: string; size: any; disabled: boolean; id: string; checked: boolean; indeterminate: boolean; modelValue: string | number | boolean; validateEvent: boolean; border: boolean; trueLabel: string | number; falseLabel: string | number; controls: string; }> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof import("@vue/runtime-core").nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly undefined; }; label: { type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[]; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: { type: StringConstructor; default: undefined; }; trueLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; falseLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; id: { type: StringConstructor; default: undefined; }; controls: { type: StringConstructor; default: undefined; }; border: BooleanConstructor; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (NumberConstructor | StringConstructor)[]; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@vue/runtime-core").ComponentCustomProperties; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("@vue/runtime-core").ComponentOptionsBase undefined; }; label: { type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[]; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: { type: StringConstructor; default: undefined; }; trueLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; falseLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; id: { type: StringConstructor; default: undefined; }; controls: { type: StringConstructor; default: undefined; }; border: BooleanConstructor; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (NumberConstructor | StringConstructor)[]; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; }, {}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (val: import("./src/checkbox").CheckboxValueType) => boolean; change: (val: import("./src/checkbox").CheckboxValueType) => boolean; }, string, { name: string; size: any; disabled: boolean; id: string; checked: boolean; indeterminate: boolean; modelValue: string | number | boolean; validateEvent: boolean; border: boolean; trueLabel: string | number; falseLabel: string | number; controls: string; }> & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps & (new () => { $slots: { default: (_: {}) => any; }; }); CheckboxGroup: { new (...args: any[]): { $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ label: string; fill: string; size: any; disabled: boolean; min: number; max: number; id: string; modelValue: (string | number)[]; validateEvent: boolean; tag: string; textColor: string; }> & Omit; default: () => never[]; }; disabled: BooleanConstructor; min: { type: NumberConstructor; default: undefined; }; max: { type: NumberConstructor; default: undefined; }; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; id: { type: StringConstructor; default: undefined; }; label: { type: StringConstructor; default: undefined; }; fill: { type: StringConstructor; default: undefined; }; textColor: { type: StringConstructor; default: undefined; }; tag: { type: StringConstructor; default: string; }; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; } & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, "label" | "fill" | "size" | "disabled" | "min" | "max" | "id" | "modelValue" | "validateEvent" | "tag" | "textColor">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("@vue/runtime-core").Slot | undefined; }>; $root: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $parent: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $emit: ((event: "change", val: import("./src/checkbox").CheckboxValueType[]) => void) & ((event: "update:modelValue", val: import("./src/checkbox").CheckboxValueType[]) => void); $el: any; $options: import("@vue/runtime-core").ComponentOptionsBase; default: () => never[]; }; disabled: BooleanConstructor; min: { type: NumberConstructor; default: undefined; }; max: { type: NumberConstructor; default: undefined; }; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; id: { type: StringConstructor; default: undefined; }; label: { type: StringConstructor; default: undefined; }; fill: { type: StringConstructor; default: undefined; }; textColor: { type: StringConstructor; default: undefined; }; tag: { type: StringConstructor; default: string; }; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; }, {}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (val: import("./src/checkbox").CheckboxValueType[]) => boolean; change: (val: import("./src/checkbox").CheckboxValueType[]) => boolean; }, string, { label: string; fill: string; size: any; disabled: boolean; min: number; max: number; id: string; modelValue: (string | number)[]; validateEvent: boolean; tag: string; textColor: string; }> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof import("@vue/runtime-core").nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly; default: () => never[]; }; disabled: BooleanConstructor; min: { type: NumberConstructor; default: undefined; }; max: { type: NumberConstructor; default: undefined; }; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; id: { type: StringConstructor; default: undefined; }; label: { type: StringConstructor; default: undefined; }; fill: { type: StringConstructor; default: undefined; }; textColor: { type: StringConstructor; default: undefined; }; tag: { type: StringConstructor; default: string; }; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@vue/runtime-core").ComponentCustomProperties; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("@vue/runtime-core").ComponentOptionsBase; default: () => never[]; }; disabled: BooleanConstructor; min: { type: NumberConstructor; default: undefined; }; max: { type: NumberConstructor; default: undefined; }; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; id: { type: StringConstructor; default: undefined; }; label: { type: StringConstructor; default: undefined; }; fill: { type: StringConstructor; default: undefined; }; textColor: { type: StringConstructor; default: undefined; }; tag: { type: StringConstructor; default: string; }; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; }, {}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (val: import("./src/checkbox").CheckboxValueType[]) => boolean; change: (val: import("./src/checkbox").CheckboxValueType[]) => boolean; }, string, { label: string; fill: string; size: any; disabled: boolean; min: number; max: number; id: string; modelValue: (string | number)[]; validateEvent: boolean; tag: string; textColor: string; }> & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps & (new () => { $slots: { default: (_: {}) => any; }; }); }; export default ElCheckbox; export declare const ElCheckboxButton: import("@element-plus-next/vue-utils").SFCWithInstall<{ new (...args: any[]): { $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ name: string; size: any; disabled: boolean; id: string; checked: boolean; indeterminate: boolean; modelValue: string | number | boolean; validateEvent: boolean; border: boolean; trueLabel: string | number; falseLabel: string | number; controls: string; }> & Omit undefined; }; label: { type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[]; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: { type: StringConstructor; default: undefined; }; trueLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; falseLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; id: { type: StringConstructor; default: undefined; }; controls: { type: StringConstructor; default: undefined; }; border: BooleanConstructor; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (NumberConstructor | StringConstructor)[]; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; } & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, "name" | "size" | "disabled" | "id" | "checked" | "indeterminate" | "modelValue" | "validateEvent" | "border" | "trueLabel" | "falseLabel" | "controls">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("@vue/runtime-core").Slot | undefined; }>; $root: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $parent: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $emit: ((event: "change", val: import("./src/checkbox").CheckboxValueType) => void) & ((event: "update:modelValue", val: import("./src/checkbox").CheckboxValueType) => void); $el: any; $options: import("@vue/runtime-core").ComponentOptionsBase undefined; }; label: { type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[]; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: { type: StringConstructor; default: undefined; }; trueLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; falseLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; id: { type: StringConstructor; default: undefined; }; controls: { type: StringConstructor; default: undefined; }; border: BooleanConstructor; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (NumberConstructor | StringConstructor)[]; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; }, {}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (val: import("./src/checkbox").CheckboxValueType) => boolean; change: (val: import("./src/checkbox").CheckboxValueType) => boolean; }, string, { name: string; size: any; disabled: boolean; id: string; checked: boolean; indeterminate: boolean; modelValue: string | number | boolean; validateEvent: boolean; border: boolean; trueLabel: string | number; falseLabel: string | number; controls: string; }> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof import("@vue/runtime-core").nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly undefined; }; label: { type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[]; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: { type: StringConstructor; default: undefined; }; trueLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; falseLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; id: { type: StringConstructor; default: undefined; }; controls: { type: StringConstructor; default: undefined; }; border: BooleanConstructor; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (NumberConstructor | StringConstructor)[]; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@vue/runtime-core").ComponentCustomProperties; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("@vue/runtime-core").ComponentOptionsBase undefined; }; label: { type: (NumberConstructor | StringConstructor | BooleanConstructor | ObjectConstructor)[]; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: { type: StringConstructor; default: undefined; }; trueLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; falseLabel: { type: (NumberConstructor | StringConstructor)[]; default: undefined; }; id: { type: StringConstructor; default: undefined; }; controls: { type: StringConstructor; default: undefined; }; border: BooleanConstructor; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (NumberConstructor | StringConstructor)[]; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType) => any) | undefined; }, {}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (val: import("./src/checkbox").CheckboxValueType) => boolean; change: (val: import("./src/checkbox").CheckboxValueType) => boolean; }, string, { name: string; size: any; disabled: boolean; id: string; checked: boolean; indeterminate: boolean; modelValue: string | number | boolean; validateEvent: boolean; border: boolean; trueLabel: string | number; falseLabel: string | number; controls: string; }> & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps & (new () => { $slots: { default: (_: {}) => any; }; })>; export declare const ElCheckboxGroup: import("@element-plus-next/vue-utils").SFCWithInstall<{ new (...args: any[]): { $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ label: string; fill: string; size: any; disabled: boolean; min: number; max: number; id: string; modelValue: (string | number)[]; validateEvent: boolean; tag: string; textColor: string; }> & Omit; default: () => never[]; }; disabled: BooleanConstructor; min: { type: NumberConstructor; default: undefined; }; max: { type: NumberConstructor; default: undefined; }; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; id: { type: StringConstructor; default: undefined; }; label: { type: StringConstructor; default: undefined; }; fill: { type: StringConstructor; default: undefined; }; textColor: { type: StringConstructor; default: undefined; }; tag: { type: StringConstructor; default: string; }; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; } & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, "label" | "fill" | "size" | "disabled" | "min" | "max" | "id" | "modelValue" | "validateEvent" | "tag" | "textColor">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("@vue/runtime-core").Slot | undefined; }>; $root: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $parent: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $emit: ((event: "change", val: import("./src/checkbox").CheckboxValueType[]) => void) & ((event: "update:modelValue", val: import("./src/checkbox").CheckboxValueType[]) => void); $el: any; $options: import("@vue/runtime-core").ComponentOptionsBase; default: () => never[]; }; disabled: BooleanConstructor; min: { type: NumberConstructor; default: undefined; }; max: { type: NumberConstructor; default: undefined; }; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; id: { type: StringConstructor; default: undefined; }; label: { type: StringConstructor; default: undefined; }; fill: { type: StringConstructor; default: undefined; }; textColor: { type: StringConstructor; default: undefined; }; tag: { type: StringConstructor; default: string; }; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; }, {}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (val: import("./src/checkbox").CheckboxValueType[]) => boolean; change: (val: import("./src/checkbox").CheckboxValueType[]) => boolean; }, string, { label: string; fill: string; size: any; disabled: boolean; min: number; max: number; id: string; modelValue: (string | number)[]; validateEvent: boolean; tag: string; textColor: string; }> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof import("@vue/runtime-core").nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly; default: () => never[]; }; disabled: BooleanConstructor; min: { type: NumberConstructor; default: undefined; }; max: { type: NumberConstructor; default: undefined; }; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; id: { type: StringConstructor; default: undefined; }; label: { type: StringConstructor; default: undefined; }; fill: { type: StringConstructor; default: undefined; }; textColor: { type: StringConstructor; default: undefined; }; tag: { type: StringConstructor; default: string; }; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@vue/runtime-core").ComponentCustomProperties; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("@vue/runtime-core").ComponentOptionsBase; default: () => never[]; }; disabled: BooleanConstructor; min: { type: NumberConstructor; default: undefined; }; max: { type: NumberConstructor; default: undefined; }; size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; id: { type: StringConstructor; default: undefined; }; label: { type: StringConstructor; default: undefined; }; fill: { type: StringConstructor; default: undefined; }; textColor: { type: StringConstructor; default: undefined; }; tag: { type: StringConstructor; default: string; }; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { onChange?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; "onUpdate:modelValue"?: ((val: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; }, {}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (val: import("./src/checkbox").CheckboxValueType[]) => boolean; change: (val: import("./src/checkbox").CheckboxValueType[]) => boolean; }, string, { label: string; fill: string; size: any; disabled: boolean; min: number; max: number; id: string; modelValue: (string | number)[]; validateEvent: boolean; tag: string; textColor: string; }> & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps & (new () => { $slots: { default: (_: {}) => any; }; })>; export * from './src/checkbox'; export * from './src/checkbox.type';