import React from 'react'; import { LayoutRectangle } from 'react-native'; declare type FindNodeHandleArg = null | number | React.Component | React.ComponentClass; export declare const measureElement: (element: FindNodeHandleArg) => Promise; export declare const throttle: (func: T, limit: number) => T; export {};