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