declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    config: {
        type: null;
        required: true;
        default: () => {
            label: string;
            key1: string;
            key2: string;
            border: boolean;
            showHeader: boolean;
            draggble: boolean;
            hideAddBtn: boolean;
            hideOperationCol: boolean;
        };
    };
    data: {
        type: null;
        required: true;
    };
}>, {
    props: any;
    config: import("vue").Ref<any, any>;
    data: import("vue").Ref<any, any>;
    emit: (event: "changeValue", ...args: any[]) => void;
    tableRef: import("vue").Ref<null, null>;
    tableTitle: {
        label: string;
        prop: string;
    }[];
    maxLen: import("vue").ComputedRef<number>;
    deleteRow: (index: number) => void;
    addRow: () => void;
    changeValue: (e: any, key: string, index: number) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changeValue"[], "changeValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    config: {
        type: null;
        required: true;
        default: () => {
            label: string;
            key1: string;
            key2: string;
            border: boolean;
            showHeader: boolean;
            draggble: boolean;
            hideAddBtn: boolean;
            hideOperationCol: boolean;
        };
    };
    data: {
        type: null;
        required: true;
    };
}>> & Readonly<{
    onChangeValue?: ((...args: any[]) => any) | undefined;
}>, {
    config: any;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;
