export type FocusedCell = { element?: HTMLElement; columnIndex?: number; rowIndex?: number; }; export type CellDetails = Required; //# sourceMappingURL=focusedCell.d.ts.map