export type ViewerLobbyProps = {
    onJoin: () => Promise<void>;
};
export declare const ViewerLobby: ({ onJoin }: ViewerLobbyProps) => import("react/jsx-runtime").JSX.Element;
