import { DynamicContentStore } from "../../../flex-ui-core/src"; import { ProfileHeaderAndLinkMenuChildrenProps, ProfileHeaderAndLinkMenuProps } from "./ProfileHeaderAndLinkMenu"; export declare const displayName = "ProfileHeaderContainer"; export declare const contentStore: DynamicContentStore; export declare const ProfileHeaderAndLinkMenuImpl: (({ rankedProfile, bridgeLabel, showMenu, doProfileSearch, displayModal, disableMenu, isTaskUnlinked, profileConnectorInstanceSid }: ProfileHeaderAndLinkMenuProps) => JSX.Element) & { displayName: string; };