import React from 'react'; import { BuffAcquirationProps } from './common'; type GqledAghanimBuffsHoverCardProps = { heroId: number; disableScepter?: boolean; disableShard?: boolean; } & BuffAcquirationProps; export declare function GqledAghanimBuffsHoverCard(props: GqledAghanimBuffsHoverCardProps): JSX.Element; export declare namespace GqledAghanimBuffsHoverCard { var tooltipProps: Partial & { as?: React.ElementType | undefined; } & import("@hitagi/core/Tooltip/Tooltip").TooltipOwnProps>; } export {};