import type { Components, JSX } from "../types/components"; interface RuxIconLooks2 extends Components.RuxIconLooks2, HTMLElement {} export const RuxIconLooks2: { prototype: RuxIconLooks2; new (): RuxIconLooks2; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;