import * as React from "react"; export declare function useSize( ref: React.MutableRefObject ): { width: number; height: number; };