import React from 'react'; import { CommonResponseComponentProps } from './utils'; interface BMIResponseComponentProps extends CommonResponseComponentProps { showPrevious?: boolean; } export declare const BMIResponseComponent: React.FC; export {};