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