import { type SheetPosition } from "../utils";
/**
 * Normalizes an array of SnapPoints to a SharedValue array of positions represented as numbers.
 */
export declare function useNormalizedSnapPoints(snapPoints: readonly SheetPosition[]): import("react-native-reanimated").DerivedValue<number[] | null>;
//# sourceMappingURL=use-normalized-snap-points.d.ts.map