import { CellDataConfigLocal } from '../types/CellDataConfigLocal';
import { MedTableColumnConfig } from '../types/MedTableColumnConfig';
export declare class CellConfigsFactory {
    build(list: MedTableColumnConfig[]): CellDataConfigLocal[];
    private flatChildren;
    private cellBuilder;
}
