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