import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./sortable.component";
export declare class SortableModule {
    static forRoot(): ModuleWithProviders<SortableModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<SortableModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<SortableModule, never, [typeof i1.SortableComponent], [typeof i1.SortableComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<SortableModule>;
}
