import { type IWindowInfoContext } from '../WindowInfoProvider/context.js';
export declare const useWindowInfo: () => IWindowInfoContext;
