import * as React from "react"; import { DynamicContentStore } from "../../../DynamicContentStore"; import { ThemeProps } from "../../theme"; import { MessageInputActionsChildrenKeys, MessageInputActionsProps } from "./MessageInputActions.definitions"; /** * This is a container for message related action buttons * * @component * @category Components / Programmable * @subcategory Components */ export declare class MessageInputActions extends React.PureComponent { /** * Dynamic content store * * @static * @type {DynamicContentStore} * @readonly */ static readonly Content: DynamicContentStore; render(): JSX.Element; }