/** * Hook that provides the current scale factor based on zoom context and fullscreen state. * Returns 1 if a non-BODY fullscreen element is active, otherwise returns the current zoom level. * * @returns {number} The current scale factor */ export declare const useScaleFactor: () => number;