import type { App, Plugin } from 'vue'; export declare const CheckboxGroup: import("vue").DefineComponent<{ defaultValue: { type: import("vue").PropType; default: import("./src/interface").CheckboxValueType[]; }; value: { type: import("vue").PropType; default: import("./src/interface").CheckboxValueType[]; }; onChange: { type: import("vue").PropType<(checkedValue: import("./src/interface").CheckboxValueType[]) => void>; default: (checkedValue: import("./src/interface").CheckboxValueType[]) => void; }; 'onUpdate:value': { type: import("vue").PropType<(checkedValue: import("./src/interface").CheckboxValueType[]) => void>; default: (checkedValue: import("./src/interface").CheckboxValueType[]) => void; }; name: StringConstructor; prefixCls: StringConstructor; options: { type: import("vue").PropType<(string | number | import("./src/interface").CheckboxOptionType)[]>; default: (string | number | import("./src/interface").CheckboxOptionType)[]; }; disabled: BooleanConstructor; id: StringConstructor; }, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: import("./src/interface").CheckboxValueType[]; }; value: { type: import("vue").PropType; default: import("./src/interface").CheckboxValueType[]; }; onChange: { type: import("vue").PropType<(checkedValue: import("./src/interface").CheckboxValueType[]) => void>; default: (checkedValue: import("./src/interface").CheckboxValueType[]) => void; }; 'onUpdate:value': { type: import("vue").PropType<(checkedValue: import("./src/interface").CheckboxValueType[]) => void>; default: (checkedValue: import("./src/interface").CheckboxValueType[]) => void; }; name: StringConstructor; prefixCls: StringConstructor; options: { type: import("vue").PropType<(string | number | import("./src/interface").CheckboxOptionType)[]>; default: (string | number | import("./src/interface").CheckboxOptionType)[]; }; disabled: BooleanConstructor; id: StringConstructor; }>>, { options: (string | number | import("./src/interface").CheckboxOptionType)[]; disabled: boolean; value: import("./src/interface").CheckboxValueType[]; onChange: (checkedValue: import("./src/interface").CheckboxValueType[]) => void; defaultValue: import("./src/interface").CheckboxValueType[]; 'onUpdate:value': (checkedValue: import("./src/interface").CheckboxValueType[]) => void; }, {}>; export declare const Checkbox: { new (...args: any[]): import("vue").CreateComponentPublicInstance; default: "checkbox"; }; autofocus: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(e: import("./src/interface").CheckboxChangeEvent) => void>; default: (e: import("./src/interface").CheckboxChangeEvent) => void; }; 'onUpdate:checked': { type: import("vue").PropType<(checked: boolean) => void>; default: (checked: boolean) => void; }; onClick: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").MouseEventHandler; }; skipGroup: { type: BooleanConstructor; default: boolean; }; }>>, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly; default: "checkbox"; }; autofocus: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(e: import("./src/interface").CheckboxChangeEvent) => void>; default: (e: import("./src/interface").CheckboxChangeEvent) => void; }; 'onUpdate:checked': { type: import("vue").PropType<(checked: boolean) => void>; default: (checked: boolean) => void; }; onClick: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").MouseEventHandler; }; skipGroup: { type: BooleanConstructor; default: boolean; }; }>>, { disabled: boolean; type: "checkbox"; value: any; onChange: (e: import("./src/interface").CheckboxChangeEvent) => void; onClick: import("@antdv/ui/es/ui").MouseEventHandler; autofocus: boolean; indeterminate: boolean; defaultChecked: boolean; checked: boolean; isGroup: boolean; 'onUpdate:checked': (checked: boolean) => void; skipGroup: boolean; }, true, {}, {}, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: "checkbox"; }; autofocus: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(e: import("./src/interface").CheckboxChangeEvent) => void>; default: (e: import("./src/interface").CheckboxChangeEvent) => void; }; 'onUpdate:checked': { type: import("vue").PropType<(checked: boolean) => void>; default: (checked: boolean) => void; }; onClick: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").MouseEventHandler; }; skipGroup: { type: BooleanConstructor; default: boolean; }; }>>, () => import("@antdv/ui/es/ui").VueNode, {}, {}, {}, { disabled: boolean; type: "checkbox"; value: any; onChange: (e: import("./src/interface").CheckboxChangeEvent) => void; onClick: import("@antdv/ui/es/ui").MouseEventHandler; autofocus: boolean; indeterminate: boolean; defaultChecked: boolean; checked: boolean; isGroup: boolean; 'onUpdate:checked': (checked: boolean) => void; skipGroup: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; default: "checkbox"; }; autofocus: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(e: import("./src/interface").CheckboxChangeEvent) => void>; default: (e: import("./src/interface").CheckboxChangeEvent) => void; }; 'onUpdate:checked': { type: import("vue").PropType<(checked: boolean) => void>; default: (checked: boolean) => void; }; onClick: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").MouseEventHandler; }; skipGroup: { type: BooleanConstructor; default: boolean; }; }>>, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { disabled: boolean; type: "checkbox"; value: any; onChange: (e: import("./src/interface").CheckboxChangeEvent) => void; onClick: import("@antdv/ui/es/ui").MouseEventHandler; autofocus: boolean; indeterminate: boolean; defaultChecked: boolean; checked: boolean; isGroup: boolean; 'onUpdate:checked': (checked: boolean) => void; skipGroup: boolean; }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { Group: import("vue").DefineComponent<{ defaultValue: { type: import("vue").PropType; default: import("./src/interface").CheckboxValueType[]; }; value: { type: import("vue").PropType; default: import("./src/interface").CheckboxValueType[]; }; onChange: { type: import("vue").PropType<(checkedValue: import("./src/interface").CheckboxValueType[]) => void>; default: (checkedValue: import("./src/interface").CheckboxValueType[]) => void; }; 'onUpdate:value': { type: import("vue").PropType<(checkedValue: import("./src/interface").CheckboxValueType[]) => void>; default: (checkedValue: import("./src/interface").CheckboxValueType[]) => void; }; name: StringConstructor; prefixCls: StringConstructor; options: { type: import("vue").PropType<(string | number | import("./src/interface").CheckboxOptionType)[]>; default: (string | number | import("./src/interface").CheckboxOptionType)[]; }; disabled: BooleanConstructor; id: StringConstructor; }, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: import("./src/interface").CheckboxValueType[]; }; value: { type: import("vue").PropType; default: import("./src/interface").CheckboxValueType[]; }; onChange: { type: import("vue").PropType<(checkedValue: import("./src/interface").CheckboxValueType[]) => void>; default: (checkedValue: import("./src/interface").CheckboxValueType[]) => void; }; 'onUpdate:value': { type: import("vue").PropType<(checkedValue: import("./src/interface").CheckboxValueType[]) => void>; default: (checkedValue: import("./src/interface").CheckboxValueType[]) => void; }; name: StringConstructor; prefixCls: StringConstructor; options: { type: import("vue").PropType<(string | number | import("./src/interface").CheckboxOptionType)[]>; default: (string | number | import("./src/interface").CheckboxOptionType)[]; }; disabled: BooleanConstructor; id: StringConstructor; }>>, { options: (string | number | import("./src/interface").CheckboxOptionType)[]; disabled: boolean; value: import("./src/interface").CheckboxValueType[]; onChange: (checkedValue: import("./src/interface").CheckboxValueType[]) => void; defaultValue: import("./src/interface").CheckboxValueType[]; 'onUpdate:value': (checkedValue: import("./src/interface").CheckboxValueType[]) => void; }, {}>; install(app: App): App; }; declare const _default: { new (...args: any[]): import("vue").CreateComponentPublicInstance; default: "checkbox"; }; autofocus: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(e: import("./src/interface").CheckboxChangeEvent) => void>; default: (e: import("./src/interface").CheckboxChangeEvent) => void; }; 'onUpdate:checked': { type: import("vue").PropType<(checked: boolean) => void>; default: (checked: boolean) => void; }; onClick: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").MouseEventHandler; }; skipGroup: { type: BooleanConstructor; default: boolean; }; }>>, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly; default: "checkbox"; }; autofocus: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(e: import("./src/interface").CheckboxChangeEvent) => void>; default: (e: import("./src/interface").CheckboxChangeEvent) => void; }; 'onUpdate:checked': { type: import("vue").PropType<(checked: boolean) => void>; default: (checked: boolean) => void; }; onClick: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").MouseEventHandler; }; skipGroup: { type: BooleanConstructor; default: boolean; }; }>>, { disabled: boolean; type: "checkbox"; value: any; onChange: (e: import("./src/interface").CheckboxChangeEvent) => void; onClick: import("@antdv/ui/es/ui").MouseEventHandler; autofocus: boolean; indeterminate: boolean; defaultChecked: boolean; checked: boolean; isGroup: boolean; 'onUpdate:checked': (checked: boolean) => void; skipGroup: boolean; }, true, {}, {}, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: "checkbox"; }; autofocus: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(e: import("./src/interface").CheckboxChangeEvent) => void>; default: (e: import("./src/interface").CheckboxChangeEvent) => void; }; 'onUpdate:checked': { type: import("vue").PropType<(checked: boolean) => void>; default: (checked: boolean) => void; }; onClick: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").MouseEventHandler; }; skipGroup: { type: BooleanConstructor; default: boolean; }; }>>, () => import("@antdv/ui/es/ui").VueNode, {}, {}, {}, { disabled: boolean; type: "checkbox"; value: any; onChange: (e: import("./src/interface").CheckboxChangeEvent) => void; onClick: import("@antdv/ui/es/ui").MouseEventHandler; autofocus: boolean; indeterminate: boolean; defaultChecked: boolean; checked: boolean; isGroup: boolean; 'onUpdate:checked': (checked: boolean) => void; skipGroup: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; default: "checkbox"; }; autofocus: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(e: import("./src/interface").CheckboxChangeEvent) => void>; default: (e: import("./src/interface").CheckboxChangeEvent) => void; }; 'onUpdate:checked': { type: import("vue").PropType<(checked: boolean) => void>; default: (checked: boolean) => void; }; onClick: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").MouseEventHandler; }; skipGroup: { type: BooleanConstructor; default: boolean; }; }>>, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { disabled: boolean; type: "checkbox"; value: any; onChange: (e: import("./src/interface").CheckboxChangeEvent) => void; onClick: import("@antdv/ui/es/ui").MouseEventHandler; autofocus: boolean; indeterminate: boolean; defaultChecked: boolean; checked: boolean; isGroup: boolean; 'onUpdate:checked': (checked: boolean) => void; skipGroup: boolean; }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { Group: import("vue").DefineComponent<{ defaultValue: { type: import("vue").PropType; default: import("./src/interface").CheckboxValueType[]; }; value: { type: import("vue").PropType; default: import("./src/interface").CheckboxValueType[]; }; onChange: { type: import("vue").PropType<(checkedValue: import("./src/interface").CheckboxValueType[]) => void>; default: (checkedValue: import("./src/interface").CheckboxValueType[]) => void; }; 'onUpdate:value': { type: import("vue").PropType<(checkedValue: import("./src/interface").CheckboxValueType[]) => void>; default: (checkedValue: import("./src/interface").CheckboxValueType[]) => void; }; name: StringConstructor; prefixCls: StringConstructor; options: { type: import("vue").PropType<(string | number | import("./src/interface").CheckboxOptionType)[]>; default: (string | number | import("./src/interface").CheckboxOptionType)[]; }; disabled: BooleanConstructor; id: StringConstructor; }, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: import("./src/interface").CheckboxValueType[]; }; value: { type: import("vue").PropType; default: import("./src/interface").CheckboxValueType[]; }; onChange: { type: import("vue").PropType<(checkedValue: import("./src/interface").CheckboxValueType[]) => void>; default: (checkedValue: import("./src/interface").CheckboxValueType[]) => void; }; 'onUpdate:value': { type: import("vue").PropType<(checkedValue: import("./src/interface").CheckboxValueType[]) => void>; default: (checkedValue: import("./src/interface").CheckboxValueType[]) => void; }; name: StringConstructor; prefixCls: StringConstructor; options: { type: import("vue").PropType<(string | number | import("./src/interface").CheckboxOptionType)[]>; default: (string | number | import("./src/interface").CheckboxOptionType)[]; }; disabled: BooleanConstructor; id: StringConstructor; }>>, { options: (string | number | import("./src/interface").CheckboxOptionType)[]; disabled: boolean; value: import("./src/interface").CheckboxValueType[]; onChange: (checkedValue: import("./src/interface").CheckboxValueType[]) => void; defaultValue: import("./src/interface").CheckboxValueType[]; 'onUpdate:value': (checkedValue: import("./src/interface").CheckboxValueType[]) => void; }, {}>; install(app: App): App; } & Plugin & { readonly Group: typeof CheckboxGroup; }; export default _default; export * from './src/interface'; export * from './src/props';