import { TdCheckTagGroupProps } from '../tag/type'; import { PropType } from 'vue'; declare const _default: { checkedProps: { type: PropType; }; multiple: BooleanConstructor; options: { type: PropType; }; uncheckedProps: { type: PropType; }; value: { type: PropType; default: TdCheckTagGroupProps["value"]; }; modelValue: { type: PropType; default: TdCheckTagGroupProps["value"]; }; defaultValue: { type: PropType; default: () => TdCheckTagGroupProps["defaultValue"]; }; onChange: PropType; }; export default _default;