import { Icon } from '../graphic/icon'; import type { Group } from '../graphic/group'; import type { Scenegraph } from '../scenegraph'; export declare class DrillIcon { icon: Icon; constructor(); appand(parent: Group): void; update(visible: boolean, x: number, y: number, drillDown: boolean, drillUp: boolean, scene: Scenegraph): void; }