import { MarginProps } from 'styled-system'; import { FlexItemProps } from '../helpers/flexItem'; export declare const FieldWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, MarginProps>> & FlexItemProps & { $gap?: number | undefined; }, never>; export default FieldWrapper;