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