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