import '@operato/dataset/ox-data-ooc-brief-view.js'; import '@things-factory/worklist/dist-client/components/activity-thread-timeline.js'; import { PageView } from '@operato/shell'; declare const DataOocsPage_base: (new (...args: any[]) => import("lit").LitElement) & typeof PageView; /** * 이 페이지는 여러개의 Data OOC를 한번에 프린트하기 위한 용도로 사용되는 페이지이다. */ export declare class DataOocsPage extends DataOocsPage_base { static styles: import("lit").CSSResult[]; dataOocs?: any[]; get context(): { title: string; }; render(): import("lit-html").TemplateResult<1>[] | undefined; pageUpdated(changes: any, lifecycle: any, before: any): void; fetchOocs(ids: string[]): Promise; } export {};