/** Controls the white status LED on the Access controller */ export declare class AccessStatusLed { private _on; /** Get the current state */ get on(): boolean; /** Set the status LED on or off */ set(on: boolean): void; /** Returns a string key for change detection */ toKey(): string; } //# sourceMappingURL=access_status_led.d.ts.map