import type { FC, HTMLAttributes } from 'react'; type FieldDescriptionProps = HTMLAttributes; export declare const FieldDescription: FC; export {};