/// <reference types="react" />
import type { NavigationProps } from 'react-native-awesome-navigation';
interface Props extends NavigationProps {
    url: string;
    scale: number;
}
export declare const PhotoCropperPage: {
    (props: Props): JSX.Element;
    navigationItem: {
        hideNavigationBar: boolean;
    };
};
export {};
