import { OnInit } from '@angular/core'; import { DataStoreService } from '../../services/data-store.service'; import { DrStyle } from '../../models/dr-style'; export declare class PointToolComponent implements OnInit { private _dataService; pointStyle: DrStyle; autoSelectObjects: boolean; private _delay; constructor(_dataService: DataStoreService); ngOnInit(): void; onBackgroundClick(evt: any): void; private createPoint; }