import { DynamicContentStore } from "../../../../flex-ui-core/src"; import { ProfileHeaderChildrenKeys, ProfileHeaderChildrenProps } from "./ProfileHeader.definitions"; export declare const displayName = "ProfileHeader"; export declare const contentStore: DynamicContentStore; export declare const ProfileHeaderImpl: ((headerProps: ProfileHeaderChildrenProps) => JSX.Element) & { displayName: string; }; export default ProfileHeaderImpl;