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