import React from "react"; import type * as T from "./Tabs.types"; declare const TabsPanel: React.FC; export default TabsPanel;