import { ModuleWithProviders } from '@angular/core'; import { IConfig } from '../@absract/@interface/IConfig.interface'; export declare class MzScreenDetectorModule { static forRoot(config: IConfig, debounceTime: number, selectors: string[]): ModuleWithProviders; } export { IConfig } from '../@absract/@interface/IConfig.interface'; export { ScreenDetectorDirective } from '../directive/screenDetector.directive'; export { IfScreenLessThenDirective } from '../directive/ifScreenLessThen.directive'; export { IfScreenMoreThenDirective } from '../directive/ifScreenMoreThen.directive'; export { IfScreenTypeDirective } from '../directive/ifScreenType.directive'; export { IfScreenTypeNotDirective } from "../directive/ifScreenTypeNot.directive"; export { ScreenDetectorService } from '../service/screen-detector.service';