import { ModuleWithProviders } from '@angular/core'; import { DragToSelectConfig } from './models'; export declare function CONFIG_FACTORY(config: Partial): Object; export declare class DragToSelectModule { static forRoot(config?: Partial): ModuleWithProviders; }