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