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