import type { Ref } from '@stacksjs/stx'; /** * Reactively track the device pixel ratio. */ export declare function useDevicePixelRatio(): { pixelRatio: Ref };