import './label-studio-wrapper.js'; import { PageView } from '@things-factory/shell/client'; export declare class LabelStudioLabelPage extends PageView { static styles: import("lit").CSSResult; projectId: string; pageUpdated(changes: any, lifecycle: any, changedBefore: any): Promise; render(): import("lit-html").TemplateResult<1>; }