import './FieldGroup.css'; import React from 'react'; import { FieldGroupPropChildren, FieldGroupPropForm, FieldGroupPropSize } from './types'; export declare const FieldGroup: React.ForwardRefExoticComponent<{ children: FieldGroupPropChildren; form?: FieldGroupPropForm; size?: FieldGroupPropSize; } & Omit, "css" | "children" | "size" | "form"> & React.RefAttributes>; export * from './types'; export * from './getForm';