import { TdCheckboxGroupProps } from '../checkbox/type'; import { PropType } from 'vue'; declare const _default: { disabled: { type: BooleanConstructor; default: any; }; lazyLoad: BooleanConstructor; max: { type: NumberConstructor; default: any; }; name: { type: StringConstructor; default: string; }; options: { type: PropType; }; readonly: { type: BooleanConstructor; default: any; }; value: { type: PropType; default: TdCheckboxGroupProps["value"]; }; modelValue: { type: PropType; default: TdCheckboxGroupProps["value"]; }; defaultValue: { type: PropType; default: () => TdCheckboxGroupProps["defaultValue"]; }; onChange: PropType; }; export default _default;