import { Cell } from './Cell'; export declare class Focused { cell?: Cell; cellEditorInput?: Cell; }