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