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