import { FlexProps } from '../../Flex'; export type FieldWrapperProps = FlexProps; declare const FieldWrapper: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default FieldWrapper; //# sourceMappingURL=FieldWrapper.d.ts.map