import React from "react"; interface SideBarTooltipProps { height: number; } declare const SideBarTooltip: React.MemoExoticComponent<({ height }: SideBarTooltipProps) => import("react/jsx-runtime").JSX.Element | null>; export { SideBarTooltip }; //# sourceMappingURL=SideBarTooltip.d.ts.map