import { IBodyCell, BodyCell } from '../../../holders/body-cell.component'; import { Selection } from '../../../../utility/selection.class'; export declare class MultiSelectionCellComponent implements IBodyCell { value: D; cell: MultiSelectionCell; } export declare class MultiSelectionCell extends BodyCell { selection: Selection; constructor(selection: Selection); }