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