import { ModuleWithProviders } from '@angular/core';
import { ComponentStoreConfig } from '@mini-rx/common';
import * as i0 from "@angular/core";
export declare class ComponentStoreModule {
    static forRoot(config: ComponentStoreConfig): ModuleWithProviders<ComponentStoreModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ComponentStoreModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentStoreModule, never, never, never>;
    static ɵinj: i0.ɵɵInjectorDeclaration<ComponentStoreModule>;
}
