import { DynamicContentStore } from "../../../flex-ui-core/src"; import * as React from "react"; import { TaskWrapupPanelChildrenProps, TaskWrapupPanelProps } from "./TaskWrapupPanel.definitions"; /** * @class TaskWrapupPanel * @classdesc This component renders the wrapup panel. * @component * @hideconstructor * @param {TaskWrapupPanel.TaskWrapupPanelProps} props - Properties to be passed to configure this component. * @category Components / Basic * @subcategory Components */ export declare class TaskWrapupPanel extends React.PureComponent { static displayName: string; /** * Dynamic content store * @static * @type {DynamicContentStore} * @readonly */ static readonly Content: DynamicContentStore; render(): JSX.Element; }