import { DynamicContentStore } from "../../../flex-ui-core/src"; import * as React from "react"; import { CustomerProfileViewChildrenKeys, CustomerProfileViewChildrenProps } from "./CustomerProfileView.definitions"; export declare const displayName = "ProfileView"; export declare const contentStore: DynamicContentStore; export declare const CustomerProfileViewImplComponent: React.FC; export declare const CustomerProfileViewImpl: React.FC & { displayName: string; }; export default CustomerProfileViewImpl;