import { IDisposable } from 'vs/base/common/lifecycle'; export declare function observeDevicePixelDimensions(element: HTMLElement, parentWindow: Window & typeof globalThis, callback: (deviceWidth: number, deviceHeight: number) => void): IDisposable; //# sourceMappingURL=DevicePixelObserver.d.ts.map