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