import React from 'react'; interface InfoBoxTranslations { labelBluetoothPoweredOff: string; labelDeviceDisconnected: string; } interface Props { translations: InfoBoxTranslations; } declare const BluetoothReminder: ({ translations }: Props) => React.JSX.Element | undefined; export default BluetoothReminder; //# sourceMappingURL=index.d.ts.map