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