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