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