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