import { IconCalendarAdd } from '../src/elements/IconCalendarAdd.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-calendar-add': IconCalendarAdd;
    }
}
