import { DynamicContentStore } from "../../../flex-ui-core/src"; import * as React from "react"; import { TaskCardListProgrammableProps, TaskCardListProps } from "./TaskCardList.definitions"; /** * @alias Supervisor․TaskCardList * @classdesc This is a container for TaskCardList. * @component * @hideconstructor * @category Components / Programmable * @subcategory Components */ export declare class TaskCardList extends React.Component { static displayName: string; /** * Dynamic content store * * @name Content * @static * @type {DynamicContentStore} * @memberof Supervisor․TaskCardList * @example Supervisor․TaskCardList.Content * @readonly */ static readonly Content: DynamicContentStore; /** * Default properties * * @name defaultProps * @static * @type {TaskCardList.TaskCardListProgrammableProps} * @memberof Supervisor․TaskCardList * @example Supervisor․TaskCardList.defaultProps * @readonly */ static defaultProps: TaskCardListProgrammableProps; render(): JSX.Element; }