import { Tags } from './src/Tags.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-tags': Tags;
    }
}
