import type { UiItemsProvider, Widget } from "@itwin/appui-react"; import { StagePanelLocation, StagePanelSection } from "@itwin/appui-react"; import type { EC3WidgetProps } from "../components/EC3WidgetProps"; /** * EC3 Widget UI Provider * @beta */ export declare class EC3Provider implements UiItemsProvider { private readonly _props; readonly id = "EC3Provider"; constructor(_props: EC3WidgetProps); provideWidgets(_stageId: string, stageUsage: string, location: StagePanelLocation, section?: StagePanelSection): ReadonlyArray; } //# sourceMappingURL=EC3Provider.d.ts.map