import React from 'react'; import { HealthToolFormWrapperProps } from "../../formWrapper"; export declare const MbLayout: ({ ...props }: HealthToolFormWrapperProps) => React.JSX.Element;