import { type BoxProps } from '../Box'; export type FieldGroupProps = BoxProps; declare const FieldGroup: ({ children, ...props }: FieldGroupProps) => import("react/jsx-runtime").JSX.Element; export default FieldGroup; //# sourceMappingURL=FieldGroup.d.ts.map