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