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