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