import type { Components, JSX } from "../types/components"; interface RuxIconVerifiedUser extends Components.RuxIconVerifiedUser, HTMLElement {} export const RuxIconVerifiedUser: { prototype: RuxIconVerifiedUser; new (): RuxIconVerifiedUser; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;