import type { UiItemsProvider, Widget } from "@itwin/appui-react"; import { StagePanelLocation, StagePanelSection } from "@itwin/appui-react"; import type { MapLayerOptions } from "./Interfaces"; export declare class MapLayersUiItemsProvider implements UiItemsProvider { readonly id = "MapLayersUiItemsProvider"; private _mapLayerOptions?; constructor(mapLayerOptions?: MapLayerOptions); provideWidgets(_stageId: string, stageUsage: string, location: StagePanelLocation, section?: StagePanelSection): Widget[]; } //# sourceMappingURL=MapLayersUiItemsProvider.d.ts.map