import { HTMLProps } from 'react';
import type { HintProps } from "../types";
export declare type PropTypes = HintProps & HTMLProps;
export declare const DefaultHint: import("react").MemoExoticComponent<(props: PropTypes) => JSX.Element>;
//# sourceMappingURL=DefaultHint.d.ts.map