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