/** * Get the distance between an element and the top of the window * @param element * @returns The distance in pixels */ export declare const getDistanceFromTop: (element: Element) => number;