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