import React from "react";
import { HintTextProps } from "./HintText.types";
/**
 * Form element - hint text
 */
declare const HintText: React.FC<HintTextProps>;
export default HintText;
