import { MiniStore } from 'ngx-bootstrap/mini-ngrx';
import { BsDatepickerState } from './bs-datepicker.state';
import * as i0 from "@angular/core";
export declare class BsDatepickerStore extends MiniStore<BsDatepickerState> {
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerStore, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerStore>;
}
