import React from 'react'; import { UpNavTabProps } from './types'; declare const UpNavTab: React.FunctionComponent; export default UpNavTab;