import { IconReplyAll } from '../src/elements/IconReplyAll.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-reply-all': IconReplyAll;
    }
}
