/// import { TitleProps } from '@patternfly/react-core'; export declare type AcmFormSectionProps = Omit & { title: string; tooltip?: string; spacing?: boolean; }; export declare function AcmFormSection(props: AcmFormSectionProps): JSX.Element;