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