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