import type { HintProps } from '../types';
declare const Hint: ({ children, className }: HintProps) => import("react/jsx-runtime").JSX.Element;
export default Hint;
//# sourceMappingURL=Hint.d.ts.map