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