import { LitElement } from 'lit';
export declare class ArtisticRectangleGradient extends LitElement {
    static styles: import("lit").CSSResult;
    width: string;
    height: string;
    angle: string;
    color: string;
    color2: string;
    top: string;
    left: string;
    align: string;
    'border-radius': string;
    render(): import("lit-html").TemplateResult<1>;
}
declare global {
    interface HTMLElementTagNameMap {
        'artistic-rectangle-gradient': ArtisticRectangleGradient;
    }
}
//# sourceMappingURL=rectangle-gradient.d.ts.map