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