/// <reference types="react" />
import './index.css';
export declare const BreakoutRoomDialog: ({ id }: {
    id: string;
}) => JSX.Element;
