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