declare const _sfc_main: import("vue").DefineComponent<{
    modelValue: {
        type: (StringConstructor | ArrayConstructor | NumberConstructor)[];
    };
    multiple: {
        type: BooleanConstructor;
        default: boolean;
    };
    width: {
        type: StringConstructor;
    };
    valueKey: {
        type: StringConstructor;
        default: string;
    };
    labelKey: {
        type: StringConstructor;
        default: string;
    };
    optionSource: {
        type: any[];
        default: () => never[];
    };
}, {
    props: any;
    emits: (event: "update:modelValue", ...args: any[]) => void;
    childSelectedValue: any;
    selectChecked: import("vue").WritableComputedRef<any>;
    selectAll: (val: any) => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    modelValue: {
        type: (StringConstructor | ArrayConstructor | NumberConstructor)[];
    };
    multiple: {
        type: BooleanConstructor;
        default: boolean;
    };
    width: {
        type: StringConstructor;
    };
    valueKey: {
        type: StringConstructor;
        default: string;
    };
    labelKey: {
        type: StringConstructor;
        default: string;
    };
    optionSource: {
        type: any[];
        default: () => never[];
    };
}>> & {
    "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}, {
    multiple: boolean;
    valueKey: string;
    labelKey: string;
    optionSource: any;
}>;
export default _sfc_main;
