import { ColumnModel } from './ColumnModel';
export declare type TableBundle = {
    columnModels: ColumnModel[];
    maxRowsPerPage: number;
};
