import { PropsWithChildren } from 'react'; import type { OldFormFieldProps } from './converter.old'; export type FormFieldProps = OldFormFieldProps; export declare const FormField: (props: PropsWithChildren) => import("@emotion/react/jsx-runtime").JSX.Element;