import type { Components, JSX } from "../types/components"; interface RuxIconLooks5 extends Components.RuxIconLooks5, HTMLElement {} export const RuxIconLooks5: { prototype: RuxIconLooks5; new (): RuxIconLooks5; };