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