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