import { ReactNode } from "react"; export declare type FormErrorTextProps = { children?: ReactNode; }; export declare const FormErrorText: ({ children }: FormErrorTextProps) => import("@emotion/react/jsx-runtime").JSX.Element;