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