import { LitElement } from 'lit';
export declare class ArtisticTriangleLeft 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-left': ArtisticTriangleLeft;
    }
}
//# sourceMappingURL=triangle-left.d.ts.map