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