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