import { PropertyValues } from 'lit'; import { PageView } from '@operato/shell'; import './data-ooc-view.js'; declare const DataOocViewPage_base: (new (...args: any[]) => import("lit").LitElement) & typeof PageView; export declare class DataOocViewPage extends DataOocViewPage_base { static styles: import("lit").CSSResult[]; dataOoc?: any; get context(): { title: string; help: string; actions: never[]; }; render(): import("lit-html").TemplateResult<1>; updated(changes: PropertyValues): void; pageUpdated(changes: any, lifecycle: any, before: any): void; fetchOoc(id: string): Promise; } export {};