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