import type { Components, JSX } from "../types/components";

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