declare const calculateViewMeasure: (myViewRef: any, { wWidth, wHeight }: { wWidth: any; wHeight: any; }, effect: any) => void; export default calculateViewMeasure;