export interface Focus { readonly left: any; readonly element: E; readonly right: any; } export declare const Focus: (left: any, element: E, right: any) => Focus; //# sourceMappingURL=Focus.d.ts.map