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