import { Observable } from 'rxjs'; export declare type Orientation = 'top-left' | 'top-right' | 'bottom-right' | 'bottom-left' | 'left-top' | 'right-top' | 'right-bottom' | 'left-bottom'; export declare const DEFAULT_ORIENTATION: Orientation; export default function orient(image: HTMLImageElement, orientationId: Orientation): Observable; //# sourceMappingURL=orient.d.ts.map