import { ReactElement } from 'react'; export declare function FieldDescription({ text }: { text?: string | ReactElement; }): import("react/jsx-runtime").JSX.Element | null;