export declare const FormHelpText: ({ children, className, ...rest }: { children?: any; className?: any; [p: string]: any; }) => any;