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