import * as React from "react"; import { ParticipantCanvasChildrenProps, ParticipantCanvasImplState } from "./ParticipantCanvas.definitions"; export declare class ParticipantCanvasImpl extends React.Component { static displayName: string; state: { showKickConfirmation: boolean; }; render(): JSX.Element; private renderCCAIParticipantListItem; private renderContent; private renderContentList; private renderActions; private renderKickConfirmation; private getThemeForButtons; private showKickConfirmation; private hideKickConfirmation; private onCancelTransferClick; private onHoldParticipantClick; private onKickParticipantConfirmClick; }