import { LitElement } from "lit";
import "./charts/doughnut-chart";
declare class SLSectorDiversification extends LitElement {
    title: string;
    render(): import("lit-html").TemplateResult<1>;
}
declare global {
    interface HTMLElementTagNameMap {
        "sl-sector-diversification": SLSectorDiversification;
    }
}
export {};
