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