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