import React from 'react'; import { DeviceOption } from '../ModalSelectDevice/settings'; export declare const NewDeviceNotification: ({ device, type, timeoutCallback, }: { device: DeviceOption; type: 'mic' | 'output' | 'camera'; timeoutCallback: () => void; }) => React.JSX.Element; //# sourceMappingURL=NewDeviceNotification.d.ts.map