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