import { ElementRef } from '@angular/core'; import { TuiPoint } from '@taiga-ui/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TuiPickerService extends Observable { constructor(destroy$: Observable, { nativeElement }: ElementRef, doc: Document); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }