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