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