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