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