import * as React from 'react'; export type FieldDescriptionProps = React.HTMLAttributes; export declare const FieldDescription: React.FC>;