///
export declare const useAnimations: (controlAnimationTiming: number) => {
bottomControl: {
transform: {
translateY: number;
}[];
};
topControl: {
transform: {
translateY: number;
}[];
};
controlsOpacity: {
opacity: number;
};
hideControlAnimation: () => void;
showControlAnimation: () => void;
AnimatedView: import("react").ComponentClass, any>;
};