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