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