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