import "../../CommonImports"; import "../../Core/core.css"; import "./Tabs.css"; import * as React from "react"; /** * Hooks into tab provider context to render the tab's provided content, as well * as optionally the a filter bar if it is to be rendered outside of the TabBar. */ export declare class TabContent extends React.Component<{}> { render(): JSX.Element; }