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