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