import { OnInit, ElementRef } from '@angular/core'; export declare class CursorComponent implements OnInit { _elementRef: ElementRef; size: number; moveSize: any; constructor(_elementRef: ElementRef); ngOnInit(): void; }