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