import { IconChartTrend } from '../src/elements/IconChartTrend.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-chart-trend': IconChartTrend;
    }
}
