/** * Converts snap points with percentage to fixed numbers. */ export declare const normalizeSnapPoints: (snapPoints: ReadonlyArray, containerHeight: number) => number[];