import { IconCommentShow } from '../src/elements/IconCommentShow.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-comment-show': IconCommentShow;
    }
}
