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