import { ModuleWithProviders } from '@angular/core';
import type { ComponentsDevtoolsServiceOptions } from './components-devkit.interface';
import * as i0 from "@angular/core";
import * as i1 from "@ngrx/store";
import * as i2 from "../stores/placeholder-template/placeholder-template.module";
export declare class ComponentsDevtoolsModule {
    /**
     * Initialize Otter Devtools
     * @param options
     */
    static instrument(options: Partial<ComponentsDevtoolsServiceOptions>): ModuleWithProviders<ComponentsDevtoolsModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsDevtoolsModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsDevtoolsModule, never, [typeof i1.StoreModule, typeof i2.PlaceholderTemplateStoreModule], never>;
    static ɵinj: i0.ɵɵInjectorDeclaration<ComponentsDevtoolsModule>;
}
//# sourceMappingURL=components-devtools.module.d.ts.map