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