export interface BrowserLiveViewProps { /** Required. SigV4-presigned DCV live-view URL. */ signedUrl: string; /** Remote desktop width — should match viewPort.width from StartSession. Default: 1920. */ remoteWidth?: number; /** Remote desktop height — should match viewPort.height from StartSession. Default: 1080. */ remoteHeight?: number; } export declare const BrowserLiveView: ({ signedUrl: externalSignedUrl, remoteWidth, remoteHeight, }: BrowserLiveViewProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=BrowserLiveView.d.ts.map