import { ComponentInterface } from "../../stencil-public-runtime"; export declare class PhotoCropper implements ComponentInterface { cropper: any; imgEl: HTMLImageElement; src: string; aspectRatio: number; setAspectRatio(aspectRatio: number): Promise; reset(): Promise; getCroppedCanvas(options: any): Promise; getImageData(type?: string, quality?: number): Promise; replace(src: string, hasSameSize?: boolean): Promise; componentDidLoad(): void; render(): any; }