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