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