export default function DeviceSelectionDialog({ open, onClose, }: { open: boolean; onClose: () => void; }): JSX.Element;