import type { Viewport } from "@itwin/core-frontend"; import type { Feature } from "../api/FeatureTracking.js"; import { PrimitiveToolBase } from "../api/MeasurementTool.js"; export declare class ToggleDisplayMeasurementAxesTool extends PrimitiveToolBase { static toolId: string; static get iconSpec(): string; protected get feature(): Feature | undefined; constructor(); requireWriteableTarget(): boolean; isCompatibleViewport(_vp: Viewport | undefined, _isSelectedViewChange: boolean): boolean; onPostInstall(): Promise; onRestartTool(): Promise; } //# sourceMappingURL=ToggleDisplayMeasurementAxesTool.d.ts.map