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