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