ParticipantSidePanelWrapper
const ParticipantSidePanelWrapper: React.FC<{
children: React.ReactNode;
isOpen: boolean;
animateIn: boolean;
animateOut: boolean;
isNetworkAlertDisplayed: boolean;
}>;
const ParticipantSidePanelWrapper: React.FC<{
children: React.ReactNode;
isOpen: boolean;
animateIn: boolean;
animateOut: boolean;
isNetworkAlertDisplayed: boolean;
}>;