import { LitElement } from 'lit'; export declare class ArtisticTriangleRectangle extends LitElement { static styles: import("lit").CSSResult; width: number; height: number; borderStyle: string; topColor: string; rightColor: string; bottomColor: string; leftColor: string; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'artistic-triangle-rectangle': ArtisticTriangleRectangle; } } //# sourceMappingURL=triangle-rectangle.d.ts.map