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