export declare const setScrollParam: ({ axis, parent, distance, }: { axis: "x" | "y"; parent: HTMLElement | null; distance: number; }) => void;