import { DynamicContentStore } from "../../../flex-ui-core/src"; import * as React from "react"; import { LiveCommsBarItemActionsChildrenKeys, LiveCommsBarItemActionsProps } from "./LiveCommsBarItemActions.definitions"; /** * @classdesc This is a container for LiveCommsBarItemActions. * @component * @hideconstructor * @param {LiveCommsBarItemActions.LiveCommsBarItemActionsProps} props - Properties to be passed to configure this component. * @category Components / Programmable * @subcategory Components */ export declare class LiveCommsBarItemActions extends React.Component { private static readonly friendlyName; static readonly displayName = "LiveCommsBarItemActions"; /** * Dynamic content store * * @static * @type {DynamicContentStore} * @readonly */ static readonly Content: DynamicContentStore; render(): JSX.Element; }