import * as React from "react"; import { Nullable } from "../type"; export type RefSize = { width: number; height: number; }; export declare function useRefSize(ref: React.RefObject): Nullable; //# sourceMappingURL=useRefSize.d.ts.map