export declare class TableBody { private element; multipleRows: boolean; componentWillLoad(): void; render(): HTMLElement; }