import { Instance, Options } from '../types';
export declare const move: (element: HTMLElement, wrapper: HTMLElement, options: Options) => void;
export declare const undoMove: (element: HTMLElement, wrapper: HTMLElement, instance: Instance) => void;
