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