export declare const getDirectionX: (xs: string) => string;
export declare function setTranslate(el: HTMLElement, x: string, y: string): void;
export declare function setTranslate3D(el: HTMLElement, x: string, y: string): void;
