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