/// declare type ComponentSize = { width: number; height: number; }; export declare function useComponentSize(ref: React.RefObject): ComponentSize; export {};