import { PopoverConfig } from './popover.config';
export declare class PopoverContainerComponent {
    placement: string;
    title: string;
    containerClass: string;
    readonly isBs3: boolean;
    constructor(config: PopoverConfig);
}
