import { DescriptionFieldProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** The `DescriptionField` is the template to use to render the description of a field * @alpha * @param props - The `DescriptionFieldProps` for this component */ export declare const DescriptionFieldTemplate: (props: DescriptionFieldProps) => import("react/jsx-runtime").JSX.Element | null;