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