import { TNode } from 'react-native-render-html';
import { Display, Settings, TableRoot } from './shared-types';
export default class TableLayout {
readonly display: Display;
readonly columnWidths: number[];
readonly totalWidth: number;
readonly renderTree: TableRoot;
constructor(tnode: TNode, config: Settings);
}