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