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