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