import { Animated } from 'react-native'; declare type PropType = { children: JSX.Element | JSX.Element[]; }; declare function BellIconContextProvider({ children }: PropType): JSX.Element; export default BellIconContextProvider; export declare const useBellIcon: () => { spin: Animated.AnimatedInterpolation | undefined; nudgeBellIcon: () => void; }; //# sourceMappingURL=BellIconContextProvider.d.ts.map