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