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