import "./MapSelectFeaturesDialog.scss"; import type { MapLayerSource } from "@itwin/core-frontend"; import type { MapSubLayerProps } from "@itwin/core-common"; export interface MapSelectFeaturesProps { source: MapLayerSource; subLayers: MapSubLayerProps[]; handleOk: (subLayers: MapSubLayerProps[]) => void; handleCancel: () => void; } export declare function MapSelectFeaturesDialog(props: MapSelectFeaturesProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=MapSelectFeaturesDialog.d.ts.map