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