import { type BoxProps } from '../Box'; export type FieldErrorProps = BoxProps; declare const FieldError: (props: FieldErrorProps) => import("react/jsx-runtime").JSX.Element; export default FieldError; //# sourceMappingURL=FieldError.d.ts.map