/// import { SharedValue } from 'react-native-reanimated'; type ContextValue = SharedValue; export declare const PickerViewColumnAnimationContext: import("react").Context; export declare const usePickerViewColumnAnimationContext: () => ContextValue; export declare const PickerViewStyleContext: import("react").Context | undefined>; export declare const usePickerViewStyleContext: () => Record | undefined; export {};