import { Hint } from "../hint";
export type HintsRootProps = {
    hint: Hint;
};
export declare const HintsRoot: ({ hint }: HintsRootProps) => HTMLDivElement;
