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