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