import { type MessageProps } from './message';
/**
 * __Helper message__
 *
 * A helper message tells the user what kind of input the field takes. For example, a helper message could be
 * 'Password should be more than 4 characters'
 *
 */
export declare const HelperMessage: ({ children, testId }: MessageProps) => JSX.Element;
