import { DynamicContentStore } from "../../../../flex-ui-core/src"; import React from "react"; import { ProfileLinkMenuChildrenProps } from "./ProfileLinkMenu"; export declare const displayName = "ProfileLinkMenu"; export declare const contentStore: DynamicContentStore; export declare const ProfileLinkMenuImpl: React.FC & { displayName: string; };