import * as React from 'react'; export declare function useComponentSize(): { height: number; width: number; ref: React.RefObject; };