import React from 'react';
import { HealthToolFormWrapperProps } from "../../../../molecules/healthTools/formWrapper";
export declare const InlineForm: ({ styles, classNames, ...props }: HealthToolFormWrapperProps) => React.JSX.Element;
