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