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