import { TooltipProps } from './tooltip.types';

export default function Tooltip({ headerText, content, className, ...props }: TooltipProps): import("react/jsx-dev-runtime").JSX.Element;
//# sourceMappingURL=tooltip.d.ts.map