export declare const renderTableCellContent: (token: any, isSubTable: boolean, options: any, env: any, slf: any) => {
    content: string;
    tsv: string;
    csv: string;
    tableMd: string;
    tableSmoothed: string;
};
