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