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