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