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