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