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