import{LyraChart,type LyraChartType}from'./chart.class.js'; /** * `` — `` with a `"line"` default and the mirrored writable type. * * @customElement lr-line-chart * @status stable * @since 4.0.0 */ export declare class LyraLineChart extends LyraChart{type:LyraChartType;}declare global{interface HTMLElementTagNameMap{'lr-line-chart':LyraLineChart;}}