import { ITreeMapCell } from './otherTypes'; declare const _default: (primaryCells: ITreeMapCell[], secondaryCells: ITreeMapCell[]) => ITreeMapCell[]; export default _default;