import { SVGProps } from "react";
declare const LIGuiTooltip: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { LIGuiTooltip };
