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