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