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