import type { PropType } from "vue";
declare const _default: import("vue").DefineComponent<{
    styles: {
        type: ObjectConstructor;
        default: () => {};
    };
    source: PropType<Record<string, string>[]>;
    keyConfig: {
        type: PropType<import("../utils").keyConfigType>;
        default: () => {
            labelKey: string;
            valueKey: string;
            disabledKey: string;
            childrenKey: string;
        };
    };
}, {
    labelKey: string;
    valueKey: string;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
    styles?: unknown;
    source?: unknown;
    keyConfig?: unknown;
} & {
    styles: Record<string, any>;
    keyConfig: import("../utils").keyConfigType;
} & {
    source?: Record<string, string>[] | undefined;
}>, {
    styles: Record<string, any>;
    keyConfig: import("../utils").keyConfigType;
}>;
export default _default;
