import { DynamicContentStore } from "../../../../flex-ui-core/src"; import * as React from "react"; import { TaskInfoPanelProps } from "../../../canvas/TaskInfoPanel"; import { TaskInfoPanelChildrenKeys } from "../../../canvas/TaskInfoPanel/TaskInfoPanel.definitions"; export declare const displayName = "SupervisorTaskInfoPanel"; export declare const contentStore: DynamicContentStore; export declare class TaskInfoPanelImpl extends React.PureComponent { static displayName: string; render(): JSX.Element; }