export function tableCellCompiler({ renderer }: {
    renderer: any;
}): (token: any) => string;
//# sourceMappingURL=tableCell.d.ts.map