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