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