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