import { DynamicContentStore } from "../../../flex-ui-core/src"; import * as React from "react"; import { ProfileConnectorTabsChildrenKeys, ProfileConnectorTabsChildrenProps } from "./ProfileConnectorTabs.definitions"; export declare const displayName = "ProfileConnectorTabs"; export declare const contentStore: DynamicContentStore; export declare class ProfileConnectorTabsImpl extends React.PureComponent { private tabsContainerRef; private tabs; private handleTabSelection; private setTabsData; componentDidMount(): void; componentWillUnmount(): void; render(): JSX.Element; }