import { ScreenShareUser } from "../../../types"; export declare function renderViewingRemoteSpace(): HTMLElement; /** * Render the viewing remote space panel for the user sharing their screen. * @param user The user who is currently sharing their screen */ export declare function renderRemoteSpaceViewing(user: ScreenShareUser): void; export declare function handleRemoteViewResponsiveChanges(): void;