import { DynamicContentStore } from "../../../flex-ui-core/src"; import * as React from "react"; import { ParticipantsCanvasChildrenKeys, ParticipantsCanvasChildrenProps, ParticipantsCanvasProps } from "./ParticipantsCanvas.definitions"; /** * @classdesc This component renders a collection of participants. * Can be themed with `Theme.ParticipantsCanvas` in [Theme](Theme). * @component * @hideconstructor * @param {ParticipantsCanvas.ParticipantsCanvasProps} props - Properties to be passed to configure this component. * @category Components / Programmable * @subcategory Components */ export declare class ParticipantsCanvas extends React.PureComponent { static readonly displayName = "ParticipantsCanvas"; /** * Dynamic content store * * @static * @type {DynamicContentStore} * @readonly */ static readonly Content: DynamicContentStore; render(): JSX.Element; } export declare const Connected: import("react-redux").ConnectedComponent<{ new (props: Omit & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps> | Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void; forceUpdate(callback?: () => void): void; readonly props: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>> & Readonly<{ children?: React.ReactNode | undefined; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>, nextState: Readonly<{}>, nextContext: any): void; }; new (props: Omit & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>, context: any): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void; forceUpdate(callback?: () => void): void; readonly props: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>> & Readonly<{ children?: React.ReactNode | undefined; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly & { theme?: import("@emotion/react").Theme; } & { children?: React.ReactNode | undefined; }, keyof import("../../context/TaskContext").TaskContextProps>>, nextState: Readonly<{}>, nextContext: any): void; }; readonly displayName: string; contextType?: React.Context | undefined; } & import("hoist-non-react-statics").NonReactStatics & { theme?: import("@emotion/react").Theme; }>, {}>, any>;