import React from 'react'; import { HintPositions, HintProps } from './types'; declare const Hint: { (props: HintProps): string | number | true | React.JSX.Element | Iterable | null; displayName: string; positions: typeof HintPositions; }; export { HintProps, Hint }; declare const _default: React.ForwardRefExoticComponent> & { (props: HintProps): string | number | true | React.JSX.Element | Iterable | null; displayName: string; positions: typeof HintPositions; }; export default _default;