import React from 'react'; import { TabBarBoxProps } from './type'; export default function (props: TabBarBoxProps): React.JSX.Element;