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