import TimerBox from '../../../resources/timerbox'; import { BaseComponent, ComponentInterface } from './base'; export declare class BLUComponent extends BaseComponent { offguardBox: TimerBox; tormentBox: TimerBox; lucidBox: TimerBox; constructor(o: ComponentInterface); onUseAbility(id: string): void; onStatChange({ gcdSpell }: { gcdSpell: number; }): void; reset(): void; }