import type { Components, JSX } from "../types/components"; interface RuxIconFilter8 extends Components.RuxIconFilter8, HTMLElement {} export const RuxIconFilter8: { prototype: RuxIconFilter8; new (): RuxIconFilter8; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;