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