import { PropertyValues } from 'lit'; import { PageView } from '@operato/shell'; import './data-sample-view.js'; declare const DataSampleViewPage_base: (new (...args: any[]) => import("lit").LitElement) & typeof PageView; export declare class DataSampleViewPage extends DataSampleViewPage_base { static styles: import("lit").CSSResult[]; dataSampleId?: 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; } export {};