import { FC } from 'react'; import { FieldGroupProps } from './types.js'; export declare const FieldGroup: FC;