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