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