import React from "react"; import type { TabsContentProps } from "./types"; declare const TETabsContent: React.FC; export default TETabsContent;