import React from 'react'; import { BluetoothContextType } from '@widergy/sfp-mobile-toolbox'; interface Props { sourceImage?: any; title: string; description?: string; bluetoothContext: BluetoothContextType; instantNextStep?: Function; children?: any; buttons?: Array; } declare const StepProbeLinkage: ({ sourceImage, title, description, bluetoothContext, instantNextStep, children, buttons, }: Props) => React.JSX.Element; export default StepProbeLinkage; //# sourceMappingURL=index.d.ts.map