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