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