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