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