import type { ViewStyle } from 'react-native'; export declare const useAnimationDuration: () => { getAnimationDuration: (propertyToAnimate: keyof ViewStyle, duration: number) => number; };