import { FC, PropsWithChildren } from 'react'; import { SwitchAnimationContextState } from './context.js'; import 'react-native-reanimated'; type SwitchAnimationProviderProps = SwitchAnimationContextState; declare const SwitchAnimationProvider: FC>; export { SwitchAnimationProvider, type SwitchAnimationProviderProps };