import { IconAt } from '../src/elements/IconAt.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-at': IconAt;
    }
}
