import * as react from 'react'; import { SharedValue } from 'react-native-reanimated'; interface SwitchAnimationContextState { trackWidth: SharedValue; trackHeight: SharedValue; } declare const defaultSwitchAnimationContext: SwitchAnimationContextState; declare const SwitchAnimationContext: react.Context; export { SwitchAnimationContext, type SwitchAnimationContextState, defaultSwitchAnimationContext };