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