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