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