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