import { ModuleWithProviders } from '@angular/core';
import { Options } from 'sortablejs';
import * as i0 from "@angular/core";
import * as i1 from "./sortablejs.directive";
export declare class SortablejsModule {
    static forRoot(globalOptions: Options): ModuleWithProviders<SortablejsModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<SortablejsModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<SortablejsModule, [typeof i1.SortablejsDirective], never, [typeof i1.SortablejsDirective]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<SortablejsModule>;
}
