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