import type { Components, JSX } from "../types/components"; interface RuxIconNotInterested extends Components.RuxIconNotInterested, HTMLElement {} export const RuxIconNotInterested: { prototype: RuxIconNotInterested; new (): RuxIconNotInterested; };