import { ToReact } from './helpers.types'; import { ZTooltip } from '../tooltip'; export type ZrTooltip_Props = ToReact<'Tooltip'>; type ZrTooltip_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrTooltip_Type; export { Namespace as ZrTooltip };