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