import { ComponentSize } from './types'; export declare const useComponentSize: (ref: React.RefObject, deps?: unknown[]) => ComponentSize;