import { TabsPaneProps } from './interface';
export default function TabPane(props: TabsPaneProps): JSX.Element;
