import type { BoxProps } from "../Box/Box"; export type FieldProps = BoxProps; declare const Field: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, keyof BoxProps> & BoxProps, never>> & string; export default Field;