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