/// <reference types="react" />
import type { NavigationProps } from 'react-native-awesome-navigation';
export declare const CameraPage: {
    (props: NavigationProps): JSX.Element;
    navigationItem: {
        hideNavigationBar: boolean;
    };
};
