import { LitElement } from 'lit'; export declare class ArtisticTriangleDown extends LitElement { static styles: import("lit").CSSResult; widthLeft: string; widthRight: string; height: string; color: string; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'artistic-triangle-down': ArtisticTriangleDown; } } //# sourceMappingURL=triangle-down.d.ts.map