/** * Creates a smooth looping animated value. * @returns An animated value between 0 and 1 representing the current loop progress. */ export declare const useNoProgressAnimation: () => import("react-native-reanimated").SharedValue;