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