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