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