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