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