import { AccessProfileLedMode } from "../hid/access/access_hid_state"; /** Controls the 3 profile indicator LEDs on the Access controller */ export declare class AccessProfileLeds { private _mode; /** Get the current LED animation mode */ get mode(): AccessProfileLedMode; /** Set the profile LED animation mode */ set(mode: AccessProfileLedMode): void; /** Returns a string key for change detection */ toKey(): string; } //# sourceMappingURL=access_profile_leds.d.ts.map