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