import { DynamicContentStore } from "../../../flex-ui-core/src"; import * as React from "react"; import { ProfileHighlightsChildrenKeys, ProfileHighlightsProps } from "./ProfileHighlights.definitions"; export declare const displayName = "ProfileHighlights"; export declare const contentStore: DynamicContentStore; export declare const ProfileHighlightsImplComponent: React.FC; export declare const ProfileHighlightsImpl: React.FC & { displayName: string; };