import React from "react";
export declare const HelperText: ({ helperText }: {
    helperText?: string;
}) => React.JSX.Element | null;
