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