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