import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./popover.directive";
import * as i2 from "./popover-container.component";
import * as i3 from "@angular/common";
export declare class PopoverModule {
    static forRoot(): ModuleWithProviders<PopoverModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<PopoverModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverModule, [typeof i1.PopoverDirective, typeof i2.PopoverContainerComponent], [typeof i3.CommonModule], [typeof i1.PopoverDirective]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<PopoverModule>;
}
