import React from 'react'; import { HealthToolCardWrapperProps } from "../../cardWrapper"; export declare const InlineForm: ({ ...props }: HealthToolCardWrapperProps) => React.JSX.Element;