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