import { LitElement } from 'lit'; export declare class BurnishChart extends LitElement { static properties: { type: { type: StringConstructor; }; config: { type: StringConstructor; }; }; static styles: import("lit").CSSResult; type: string; config: string; private _chart; firstUpdated(): void; updated(changed: Map): void; private _renderChart; disconnectedCallback(): void; render(): import("lit").TemplateResult<1>; } //# sourceMappingURL=chart.d.ts.map