export interface IFocusable { focus: () => void; }