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