import { TransformValue } from './transform'; import { Coordinates } from '../../animation/animation.type'; export declare function getTranslate(element: HTMLElement): Coordinates; export declare function setTranslate(element: HTMLElement, { x, y }: Partial): void; export declare function getCoordinatesFromTranslateValue(transformValue: TransformValue): Coordinates; //# sourceMappingURL=translate.d.ts.map