import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export interface CropDimensions { x: number; y: number; width: number; height: number; } export declare class NgxCaptureService { getImage(screen: HTMLElement, fullCapture?: boolean, cropDimensions?: CropDimensions): Observable; downloadImage(img: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }