import React from 'react'; import type { BluetoothContextType } from '../../bluetooth/context'; import type { ProbePairingTranslations } from './types'; export declare const configForState: ({ bluetoothContext, closeProbeLinkage, selectedDevice, setSelectedDevice, translations, onSetTargetDevice, }: { bluetoothContext: BluetoothContextType; closeProbeLinkage: any; selectedDevice: any; setSelectedDevice: any; translations: ProbePairingTranslations; onSetTargetDevice: Function; }) => { renderContent: () => React.JSX.Element; } | undefined; //# sourceMappingURL=constants.d.ts.map