import { SbAlert } from './_alert'; export { SbAlert }; declare global { interface HTMLElementTagNameMap { "sb-alert": SbAlert; } }