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