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