export declare const tableImportFn: (nodeName: any, node: any) => {
    type: string;
    data: any;
};
export declare const tableExportFn: (exportAttrString: any) => (contentState: any, block: any) => {
    start: string;
    end: string;
};
