export declare class NgxPicaExifService {
    getExifOrientedImage(image: HTMLImageElement): Promise<HTMLImageElement>;
}
