import { LitElement } from 'lit';
export declare class ArtisticDoughnut extends LitElement {
    static styles: import("lit").CSSResult;
    diameter: number;
    lineWidth: number;
    color: string;
    top: string;
    left: string;
    render(): import("lit-html").TemplateResult<1>;
}
declare global {
    interface HTMLElementTagNameMap {
        'artistic-doughnut': ArtisticDoughnut;
    }
}
//# sourceMappingURL=doughnut.d.ts.map