import React from 'react';
import { NavigationProps } from './interfaces';
export declare const Navigation: React.FC<NavigationProps>;
