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