import { TdCheckboxProps, TdCheckboxGroupProps } from './type'; import './style'; export * from './type'; export type CheckboxProps = TdCheckboxProps; export type CheckboxGroupProps = TdCheckboxGroupProps; export declare const Checkbox: { new (...args: any[]): import("vue").CreateComponentPublicInstance; }; disabled: { type: BooleanConstructor; default: any; }; indeterminate: BooleanConstructor; label: { type: import("vue").PropType; }; lazyLoad: BooleanConstructor; name: { type: StringConstructor; default: string; }; readonly: { type: BooleanConstructor; default: any; }; title: { type: StringConstructor; default: string; }; value: { type: import("vue").PropType; }; onChange: import("vue").PropType; }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly; }; disabled: { type: BooleanConstructor; default: any; }; indeterminate: BooleanConstructor; label: { type: import("vue").PropType; }; lazyLoad: BooleanConstructor; name: { type: StringConstructor; default: string; }; readonly: { type: BooleanConstructor; default: any; }; title: { type: StringConstructor; default: string; }; value: { type: import("vue").PropType; }; onChange: import("vue").PropType; }>>, { disabled: boolean; name: string; title: string; checked: boolean; indeterminate: boolean; defaultChecked: boolean; modelValue: boolean; readonly: boolean; needRipple: boolean; stopLabelTrigger: boolean; checkAll: boolean; lazyLoad: boolean; }, true, {}, {}, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; }; disabled: { type: BooleanConstructor; default: any; }; indeterminate: BooleanConstructor; label: { type: import("vue").PropType; }; lazyLoad: BooleanConstructor; name: { type: StringConstructor; default: string; }; readonly: { type: BooleanConstructor; default: any; }; title: { type: StringConstructor; default: string; }; value: { type: import("vue").PropType; }; onChange: import("vue").PropType; }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, { disabled: boolean; name: string; title: string; checked: boolean; indeterminate: boolean; defaultChecked: boolean; modelValue: boolean; readonly: boolean; needRipple: boolean; stopLabelTrigger: boolean; checkAll: boolean; lazyLoad: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; }; disabled: { type: BooleanConstructor; default: any; }; indeterminate: BooleanConstructor; label: { type: import("vue").PropType; }; lazyLoad: BooleanConstructor; name: { type: StringConstructor; default: string; }; readonly: { type: BooleanConstructor; default: any; }; title: { type: StringConstructor; default: string; }; value: { type: import("vue").PropType; }; onChange: import("vue").PropType; }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { disabled: boolean; name: string; title: string; checked: boolean; indeterminate: boolean; defaultChecked: boolean; modelValue: boolean; readonly: boolean; needRipple: boolean; stopLabelTrigger: boolean; checkAll: boolean; lazyLoad: boolean; }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin; export declare const CheckboxGroup: { new (...args: any[]): import("vue").CreateComponentPublicInstance; }; readonly: { type: BooleanConstructor; default: any; }; value: { type: import("vue").PropType; default: TdCheckboxGroupProps["value"]; }; modelValue: { type: import("vue").PropType; default: TdCheckboxGroupProps["value"]; }; defaultValue: { type: import("vue").PropType; default: () => TdCheckboxGroupProps["defaultValue"]; }; onChange: import("vue").PropType; }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly; }; readonly: { type: BooleanConstructor; default: any; }; value: { type: import("vue").PropType; default: TdCheckboxGroupProps["value"]; }; modelValue: { type: import("vue").PropType; default: TdCheckboxGroupProps["value"]; }; defaultValue: { type: import("vue").PropType; default: () => TdCheckboxGroupProps["defaultValue"]; }; onChange: import("vue").PropType; }>>, { disabled: boolean; name: string; value: import("./type").CheckboxGroupValue; max: number; defaultValue: import("./type").CheckboxGroupValue; modelValue: import("./type").CheckboxGroupValue; readonly: boolean; lazyLoad: boolean; }, true, {}, {}, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; }; readonly: { type: BooleanConstructor; default: any; }; value: { type: import("vue").PropType; default: TdCheckboxGroupProps["value"]; }; modelValue: { type: import("vue").PropType; default: TdCheckboxGroupProps["value"]; }; defaultValue: { type: import("vue").PropType; default: () => TdCheckboxGroupProps["defaultValue"]; }; onChange: import("vue").PropType; }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, { disabled: boolean; name: string; value: import("./type").CheckboxGroupValue; max: number; defaultValue: import("./type").CheckboxGroupValue; modelValue: import("./type").CheckboxGroupValue; readonly: boolean; lazyLoad: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; }; readonly: { type: BooleanConstructor; default: any; }; value: { type: import("vue").PropType; default: TdCheckboxGroupProps["value"]; }; modelValue: { type: import("vue").PropType; default: TdCheckboxGroupProps["value"]; }; defaultValue: { type: import("vue").PropType; default: () => TdCheckboxGroupProps["defaultValue"]; }; onChange: import("vue").PropType; }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { disabled: boolean; name: string; value: import("./type").CheckboxGroupValue; max: number; defaultValue: import("./type").CheckboxGroupValue; modelValue: import("./type").CheckboxGroupValue; readonly: boolean; lazyLoad: boolean; }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin; export default Checkbox;