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

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