import { OnInit } from '@angular/core';
import { PopoverConfig } from './popover.config';
import * as i0 from "@angular/core";
export declare class PopoverContainerComponent implements OnInit {
    placement: string;
    title: string;
    containerClass: string;
    bodyClass: string;
    headerClass: string;
    show: string;
    role: string;
    class: any;
    get isBs3(): boolean;
    constructor(config: PopoverConfig);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<PopoverContainerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PopoverContainerComponent, "mdb-popover-container", never, { "placement": "placement"; "title": "title"; }, {}, never, ["*"], false, never>;
}
