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