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