import { default as React } from 'react'; declare const TooltipWithExtendedInfo: ({ extendedLine, hash, tooltipCaption, children, }: React.PropsWithChildren<{ hash: string; tooltipCaption?: string; extendedLine?: { title: string | undefined; caption: string; }; }>) => import("react/jsx-runtime").JSX.Element; export default TooltipWithExtendedInfo; //# sourceMappingURL=tooltip-with-extended-info.d.ts.map