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