import { ReactNode } from 'react'; import { Buildable } from '../../../types/formAndField'; export declare const FieldWrapper: ({ children, label, loading, info, error, success, warning, helperText, hidden, long, full, address, id, rules, rightAddon, }: Buildable<{ children: ReactNode; }>) => JSX.Element;