import React from 'react'; import { PlayerAbilityType } from './common'; export declare const TalentTreeIcon: React.ForwardRefExoticComponent<{ heroId: number; playerAbilities: PlayerAbilityType[]; size: number | string; } & Omit, "viewBox"> & React.RefAttributes>;