import { type HintProps } from './hint.types.js'; export declare function Hint({ className, tag: Tag, children, spacing, ...props }: HintProps): import("react/jsx-runtime").JSX.Element;