import { SbSubtitle } from './_subtitle'; export { SbSubtitle }; declare global { interface HTMLElementTagNameMap { "sb-subtitle": SbSubtitle; } }