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