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