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