import { DynamicContentStore } from "../../flex-ui-core/src"; import * as React from "react"; import { TaskContextProps } from "../context/TaskContext"; import { TaskListButtonsChildrenKeys } from "./TaskListButtons.definitions"; /** * @classdesc This is a container for TaskListButtons. * @component * @hideconstructor * @category Components / Programmable * @subcategory Components */ export declare class TaskListButtons extends React.PureComponent { static readonly displayName = "TaskListButtons"; /** * Dynamic content store * * @static * @type {DynamicContentStore} * @readonly */ static readonly Content: DynamicContentStore; render(): JSX.Element; }