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