import { Display, TableRoot } from '../shared-types'; export default function createRenderTree(display: Display, columnWidths: number[]): TableRoot;