import type { Components, JSX } from "../types/components"; interface UpdAlertBanner extends Components.UpdAlertBanner, HTMLElement {} export const UpdAlertBanner: { prototype: UpdAlertBanner; new (): UpdAlertBanner; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;