import React, { ReactElement } from 'react'; import { SelectedDevices } from '../../../ModalSelectDevice/VideoAudioTab'; interface Props { onConfirm?: (inputDevices: SelectedDevices) => void; lobbyControls?: ReactElement; } export declare const LobbyScreenSettings: ({ onConfirm, lobbyControls }: Props) => React.JSX.Element | null; export {}; //# sourceMappingURL=index.d.ts.map