import * as React from "react"; import { TaskInfoPanelProps } from "../../../canvas/TaskInfoPanel"; import { TaskInfoPanelProgrammableProps } from "./TaskInfoPanel.definitions"; /** * @class Supervisor․TaskInfoPanel * @classdesc This is a container for Supervisor.TaskInfoPanel. * @component * @hideconstructor * @param {TaskInfoPanel.TaskInfoPanelProgrammableProps} props - Properties to be passed to configure this component. * @category Components / Programmable * @subcategory Components */ export declare class TaskInfoPanel extends React.PureComponent { static displayName: string; /** * Dynamic content store * * @name Content * @static * @type {DynamicContentStore} * @memberof Supervisor․TaskInfoPanel * @example Supervisor․TaskInfoPanel.Content * @readonly */ static Content: import("@twilio/flex-ui-core").DynamicContentStore; /** * Default properties * * @name defaultProps * @static * @type {TaskInfoPanel.TaskInfoPanelProps} * @memberof Supervisor․TaskInfoPanel * @example Supervisor․TaskInfoPanel.Content * @readonly */ static readonly defaultProps: TaskInfoPanelProgrammableProps; render(): JSX.Element; }