import { ReactNode } from "react"; export interface TooltipProps { text: string; children: ReactNode; }