import { ElementRef } from '@angular/core';
export declare class SortableDirective {
    el: ElementRef;
    dSortDirection: string;
    dSortableZMode: boolean;
    dSortable: boolean;
    constructor(el: ElementRef);
}
