import { Animated } from 'react-native'; /** * The breathing opacity every loading placeholder shares, so two skeletons on * screen at once pulse as one thing rather than two. */ export declare function usePulse(): Animated.Value; //# sourceMappingURL=usePulse.d.ts.map