export declare const calcAspectRatio: (width: number, height: number) => number; export declare const isMoreThanWrapperAspectRatio: (photoAspectRatio: number, target: any) => boolean;