import { Animated } from 'react-native'; import type { State } from '../state'; import type { SelectProps } from '../types'; type UseAnimationProps = Pick, 'animation'> & Pick, 'isOpened'>; export declare const useAnimation: ({ isOpened, animation }: UseAnimationProps) => Animated.Value | null; export {}; //# sourceMappingURL=use-animation.d.ts.map