import type { Components, JSX } from "../types/components"; interface RuxIconFilterList extends Components.RuxIconFilterList, HTMLElement {} export const RuxIconFilterList: { prototype: RuxIconFilterList; new (): RuxIconFilterList; };