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