import { PropType } from 'vue';
declare const _default: {
    borderless: BooleanConstructor;
    disabled: {
        type: BooleanConstructor;
        default: any;
    };
    keys: {
        type: PropType<import("@/common").KeysType>;
    };
    max: {
        type: NumberConstructor;
        default: any;
    };
    name: {
        type: StringConstructor;
        default: string;
    };
    options: {
        type: PropType<import("@/components").CheckboxOption[]>;
    };
    readonly: {
        type: BooleanConstructor;
        default: any;
    };
    value: {
        type: PropType<import("@/components").CheckboxGroupValue>;
        default: import("@/components").CheckboxGroupValue;
    };
    modelValue: {
        type: PropType<import("@/components").CheckboxGroupValue>;
        default: import("@/components").CheckboxGroupValue;
    };
    defaultValue: {
        type: PropType<import("@/components").CheckboxGroupValue>;
        default: () => import("@/components").CheckboxGroupValue;
    };
    onChange: PropType<(value: import("@/components").CheckboxGroupValue, context: import("@/components").CheckboxGroupChangeContext) => void>;
};
export default _default;
