import { DynamicContentStore } from "../../../../flex-ui-core/src"; import * as React from "react"; import { CallCanvasActionsChildrenKeys, CallCanvasActionsChildrenProps, CallCanvasActionsProps } from "./CallCanvasActions.definitions"; /** * @classdesc This component renders actions for call canvas. * @component * @hideconstructor * @param {CallCanvasActionsProps} props - Properties to be passed to configure this component. * @category Components / Programmable * @subcategory Components */ export declare class CallCanvasActions extends React.Component { static readonly displayName = "CallCanvasActions"; /** * Dynamic content store * * @static * @type {DynamicContentStore} * @readonly */ static readonly Content: DynamicContentStore; render(): JSX.Element; }