import { SbOtp } from './_otp'; import { SbOtpResend } from './_otp-resend'; export { SbOtp, SbOtpResend }; declare global { interface HTMLElementTagNameMap { "sb-otp": SbOtp; "sb-otp-resend": SbOtpResend; } }