import HintProps from "./interface";
declare const Hint: (props: HintProps) => any;
export default Hint;
