export declare function BluetoothDeviceSelectModal({ onDeviceSelected, handleSheetClose, }: { onDeviceSelected: (deviceId: string) => Promise; handleSheetClose?: () => void; }): import("react").JSX.Element; //# sourceMappingURL=BluetoothDeviceSelectModal.d.ts.map