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