export default function Tooltip({ text, placement, children, className, }: {
    text: any;
    placement?: string | undefined;
    children: any;
    className?: string | undefined;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Tooltip.d.ts.map