export type * from "./FieldGroup.js"; export type * from "./FieldGroup.Item.js"; /** * Container for multiple inputs to be styled as a group. Supports the following * components as children: * * - `` * - `` * - `` * - `` * * @see https://bifrost.intility.com/react/fieldGroup * * @example * * https:// * * * * @example * * * * */ declare const _default: import("react").ForwardRefExoticComponent> & { /** * Static child item in a FieldGroup (usually text or an icon) * * @example * https:// * * @example * * * */ Item: import("react").ForwardRefExoticComponent>; }; export default _default;