import { BufferedCollection } from '../../../core/srv/collections'; export declare class TableRenderer { private readonly container; constructor(container: any); draw(scope: any, data: BufferedCollection, fields: string[], formatter: any): void; }