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