export declare const useWindowSize: (options?: {
    throttleMs?: number | undefined;
}) => {
    width: number;
    height: number;
};
