import { Grid } from '../../../../../layout-formatter/table/grid-engine/grid';
import { Table } from '../../../../../model/tables/main-structures/table';
import { RtfContentExporter } from '../rtf-content-exporter';
export declare class RtfTableExporter {
    static exportTable(rtfContentExporter: RtfContentExporter, table: Table, grid: Grid): number;
    static exportNestedTable(rtfContentExporter: RtfContentExporter, table: Table, grid: Grid, nestingLevel: number): number;
}
