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