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