import { DynamicContentStore } from "../../../flex-ui-core/src"; import * as React from "react"; import { WorkerProfileChildrenKeys, WorkerProfileChildrenProps, WorkerProfileImplProps } from "./WorkerProfile.definitions"; export declare const displayName = "WorkerCanvasProfile"; export declare const contentStore: DynamicContentStore; export declare class WorkerProfileImpl extends React.PureComponent { render(): JSX.Element; private handleChange; }