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