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