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