import { LitElement } from 'lit'; export declare class ObiLightBacklightButtonsOff extends LitElement { useCssColor: boolean; private icon; private iconCss; render(): import('lit-html').TemplateResult<1>; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { 'obi-light-backlight-buttons-off': ObiLightBacklightButtonsOff; } } //# sourceMappingURL=icon-light-backlight-buttons-off.d.ts.map