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