import { KeysType } from '../common';
import { CheckboxGroupValue } from './type';
export interface Child {
    value: string | number;
}
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    borderless: BooleanConstructor;
    disabled: {
        type: BooleanConstructor;
        default: any;
    };
    keys: {
        type: import("vue").PropType<KeysType>;
    };
    max: {
        type: NumberConstructor;
        default: any;
    };
    name: {
        type: StringConstructor;
        default: string;
    };
    options: {
        type: import("vue").PropType<import("@/components").CheckboxOption[]>;
    };
    readonly: {
        type: BooleanConstructor;
        default: any;
    };
    value: {
        type: import("vue").PropType<CheckboxGroupValue>;
        default: CheckboxGroupValue;
    };
    modelValue: {
        type: import("vue").PropType<CheckboxGroupValue>;
        default: CheckboxGroupValue;
    };
    defaultValue: {
        type: import("vue").PropType<CheckboxGroupValue>;
        default: () => CheckboxGroupValue;
    };
    onChange: import("vue").PropType<(value: CheckboxGroupValue, context: import("@/components").CheckboxGroupChangeContext) => void>;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "update:value")[], "change" | "update:modelValue" | "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    borderless: BooleanConstructor;
    disabled: {
        type: BooleanConstructor;
        default: any;
    };
    keys: {
        type: import("vue").PropType<KeysType>;
    };
    max: {
        type: NumberConstructor;
        default: any;
    };
    name: {
        type: StringConstructor;
        default: string;
    };
    options: {
        type: import("vue").PropType<import("@/components").CheckboxOption[]>;
    };
    readonly: {
        type: BooleanConstructor;
        default: any;
    };
    value: {
        type: import("vue").PropType<CheckboxGroupValue>;
        default: CheckboxGroupValue;
    };
    modelValue: {
        type: import("vue").PropType<CheckboxGroupValue>;
        default: CheckboxGroupValue;
    };
    defaultValue: {
        type: import("vue").PropType<CheckboxGroupValue>;
        default: () => CheckboxGroupValue;
    };
    onChange: import("vue").PropType<(value: CheckboxGroupValue, context: import("@/components").CheckboxGroupChangeContext) => void>;
}>> & Readonly<{
    onChange?: (...args: any[]) => any;
    "onUpdate:modelValue"?: (...args: any[]) => any;
    "onUpdate:value"?: (...args: any[]) => any;
}>, {
    borderless: boolean;
    disabled: boolean;
    max: number;
    name: string;
    readonly: boolean;
    value: CheckboxGroupValue;
    modelValue: CheckboxGroupValue;
    defaultValue: CheckboxGroupValue;
}, {}, {
    Checkbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
        block: {
            type: BooleanConstructor;
            default: boolean;
        };
        borderless: {
            type: BooleanConstructor;
            default: any;
        };
        checkAll: BooleanConstructor;
        checked: {
            type: BooleanConstructor;
            default: any;
        };
        modelValue: {
            type: BooleanConstructor;
            default: any;
        };
        defaultChecked: BooleanConstructor;
        content: {
            type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/index-lib").SlotReturnValue)>;
        };
        contentDisabled: BooleanConstructor;
        default: {
            type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/index-lib").SlotReturnValue)>;
        };
        disabled: {
            type: BooleanConstructor;
            default: any;
        };
        icon: {
            type: import("vue").PropType<"circle" | "line" | "rectangle" | boolean | (String | ((h: typeof import("vue").h) => import("@/index-lib").SlotReturnValue))[]>;
            default: "circle" | "line" | "rectangle" | boolean | (String | ((h: typeof import("vue").h) => import("@/index-lib").SlotReturnValue))[];
        };
        indeterminate: BooleanConstructor;
        label: {
            type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/index-lib").SlotReturnValue)>;
        };
        maxContentRow: {
            type: NumberConstructor;
            default: number;
        };
        maxLabelRow: {
            type: NumberConstructor;
            default: number;
        };
        name: {
            type: StringConstructor;
            default: string;
        };
        placement: {
            type: import("vue").PropType<"left" | "right">;
            default: "left" | "right";
            validator(val: "left" | "right"): boolean;
        };
        readonly: {
            type: BooleanConstructor;
            default: any;
        };
        value: {
            type: import("vue").PropType<string | number | boolean>;
        };
        onChange: import("vue").PropType<(checked: boolean, context: {
            e: Event;
        }) => void>;
    }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:checked" | "update:modelValue")[], "change" | "update:checked" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
        block: {
            type: BooleanConstructor;
            default: boolean;
        };
        borderless: {
            type: BooleanConstructor;
            default: any;
        };
        checkAll: BooleanConstructor;
        checked: {
            type: BooleanConstructor;
            default: any;
        };
        modelValue: {
            type: BooleanConstructor;
            default: any;
        };
        defaultChecked: BooleanConstructor;
        content: {
            type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/index-lib").SlotReturnValue)>;
        };
        contentDisabled: BooleanConstructor;
        default: {
            type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/index-lib").SlotReturnValue)>;
        };
        disabled: {
            type: BooleanConstructor;
            default: any;
        };
        icon: {
            type: import("vue").PropType<"circle" | "line" | "rectangle" | boolean | (String | ((h: typeof import("vue").h) => import("@/index-lib").SlotReturnValue))[]>;
            default: "circle" | "line" | "rectangle" | boolean | (String | ((h: typeof import("vue").h) => import("@/index-lib").SlotReturnValue))[];
        };
        indeterminate: BooleanConstructor;
        label: {
            type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/index-lib").SlotReturnValue)>;
        };
        maxContentRow: {
            type: NumberConstructor;
            default: number;
        };
        maxLabelRow: {
            type: NumberConstructor;
            default: number;
        };
        name: {
            type: StringConstructor;
            default: string;
        };
        placement: {
            type: import("vue").PropType<"left" | "right">;
            default: "left" | "right";
            validator(val: "left" | "right"): boolean;
        };
        readonly: {
            type: BooleanConstructor;
            default: any;
        };
        value: {
            type: import("vue").PropType<string | number | boolean>;
        };
        onChange: import("vue").PropType<(checked: boolean, context: {
            e: Event;
        }) => void>;
    }>> & Readonly<{
        onChange?: (...args: any[]) => any;
        "onUpdate:checked"?: (...args: any[]) => any;
        "onUpdate:modelValue"?: (...args: any[]) => any;
    }>, {
        block: boolean;
        borderless: boolean;
        checkAll: boolean;
        checked: boolean;
        modelValue: boolean;
        defaultChecked: boolean;
        contentDisabled: boolean;
        disabled: boolean;
        icon: "circle" | "line" | "rectangle" | boolean | (String | ((h: typeof import("vue").h) => import("@/index-lib").SlotReturnValue))[];
        indeterminate: boolean;
        maxContentRow: number;
        maxLabelRow: number;
        name: string;
        placement: "left" | "right";
        readonly: boolean;
    }, {}, {
        TNode: {
            (props: {
                content: any;
            }): any;
            props: string[];
        };
    }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
