import type { SharedValue } from 'react-native-reanimated'; export interface DialogAnimationContextValue { progress: SharedValue; isDragging: SharedValue; isGestureReleaseAnimationRunning: SharedValue; } export declare const DialogAnimationProvider: import("react").FunctionComponent<{ children: import("react").ReactNode; value: DialogAnimationContextValue; }>, useDialogAnimation: () => DialogAnimationContextValue; //# sourceMappingURL=animation.d.ts.map