import { default as Widget } from '../Widget'; declare class DistanceLegend extends Widget { private _labelEl; private _scaleBarEl; private _lastUpdate; constructor(); /** * * @private */ _bindEvent(): void; /** * * @private */ _unbindEvent(): void; /** * * @param scene * @param time * @returns * @private */ _updateContent(scene: any, time: any): void; /** * * @private */ _mountContent(): void; } export default DistanceLegend;