import { Selection } from '../interfaces';
export declare function getCell(cell: HTMLElement): Selection.Cell;
