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