import { default as BaseSelect } from './BaseSelect'; declare class PointSelect extends BaseSelect { private _position; constructor(style: any); /** * * @private */ mountedHook(): void; /** * * @private */ _stoppedHook(): void; /** * * @param position * @private */ _onDrawAnchor(position: any): void; /** * * @param position * @private */ _onAnchorMoving(position: any): void; } export default PointSelect;