declare type scrollingDirection = "v" | "h" | "vh" | "hv"; export default function syncronizeElementsScrolling(elements: Array, direction?: scrollingDirection): void; export {};