import React from 'react'; export declare const useDimensions: () => { ref: React.RefObject; dimensions: { width: number; height: number; }; };