import { IComponentOptions } from 'angular'; /** * @ngdoc component * @name bsPopoverTitle * @description contents of this element would be transcluded to .popover-title element */ /** * @ngdoc component * @name bsPopoverContent * @description contents of this element would be transcluded to .popover-content element */ /** * @ngdoc component * @name bsPopover * * @param {expression|boolean} visible * @param {expression|boolean} animation * @param {expression|number} delay * @param {expression} parentElement * @param {expression} boundary * @param {string} placement */ export declare const bsPopoverComponent: IComponentOptions;