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