/** * Stats icon that can be clicked. */ export declare class StatsIcon { _rootElement: HTMLButtonElement; _statsIcon: SVGElement; _tooltipText: HTMLElement; /** * Get the the button containing the stats icon. */ get rootElement(): HTMLButtonElement; get tooltipText(): HTMLElement; get statsIcon(): SVGElement; }