import { DependencyList } from 'react';
export declare const useMeasure: (deps?: DependencyList) => {
    rect: ClientRect;
    ref: any;
};
export declare const useMeasureBatch: (count: number, deps?: DependencyList) => any[];
