import type { IInteraction, InteractionInitOptions } from '../types'; import { Interaction } from './base'; export declare class SelectHighlight extends Interaction implements IInteraction { name: string; private highlightMasks; private combinedBoundsMask?; init(options: InteractionInitOptions): void; destroy(): void; private handleSelectionChanged; private handleGeometryChanged; private handleHistoryChanged; private highlightSelection; private drawElementMasks; private drawCombinedBoundsMask; private clearMasks; }