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