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