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