type HintIcon = React.ComponentType>; export type HintProps = { children: React.ReactNode; icon?: HintIcon; visible?: boolean; className?: string; }; export declare function Hint({ children, icon: Icon, visible, className }: HintProps): import("react").JSX.Element; export {}; //# sourceMappingURL=Hint.d.ts.map