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