import Moveable, { MoveableInterface } from 'moveable';
import { MethodInterface } from 'framework-utils';
export declare class NgxMoveableInterface {
    protected moveable: Moveable;
}
export interface NgxMoveableInterface extends MethodInterface<MoveableInterface, Moveable, NgxMoveableInterface, {
    'dragStart': 'ngDragStart';
}> {
}
