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