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