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