import type { Component } from 'react';
import type { MeasuredDimensions } from '../commonTypes';
import type { AnimatedRef } from '../hook/commonTypes';
export declare function measure<T extends Component>(animatedRef: AnimatedRef<T>): MeasuredDimensions | null;
//# sourceMappingURL=measure.web.d.ts.map