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