import { DynamicContentStore } from "../../../../flex-ui-core/src"; import * as React from "react"; import { ThemeProps } from "../../../theme"; import { SupervisorTaskCardChildrenKeys, TaskCardChildrenProps } from "./TaskCard.definitions"; export declare const displayName = "TaskCard"; export declare const contentStore: DynamicContentStore; declare const TaskCardImplThemed: React.FC & Partial> & Partial>, "conference" | "call" | "task" | "onClick" | "icon" | "selected" | "firstLine" | "secondLine" | "channelDefinition" | "conversation" | "chatChannel" | "highlighted"> & { theme?: import("@emotion/react").Theme; }>; export { TaskCardImplThemed as TaskCardImpl };