import{LyraChart,type LyraChartType}from'./chart.class.js'; /** * `` — `` with a `"pie"` default and the mirrored writable type. Single-series: * one `LyraChartSeries` with `data: number[]` and `color: string[]` as the slice palette. * * @customElement lr-pie-chart * @status stable * @since 4.0.0 */ export declare class LyraPieChart extends LyraChart{type:LyraChartType;}declare global{interface HTMLElementTagNameMap{'lr-pie-chart':LyraPieChart;}}