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