import { LitElement } from 'lit'; export declare class ObiBuoySparFlag 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-flag': ObiBuoySparFlag; } } //# sourceMappingURL=icon-buoy-spar-flag.d.ts.map