import { ComponentProps } from 'react'; type Props = ComponentProps<'div'>; export default function Hint(props: Props): import("react/jsx-runtime").JSX.Element; export {};