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