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