export declare function popoverTemplatePopup(): { replace: boolean; scope: { title: string; contentExp: string; placement: string; popupClass: string; animation: string; isOpen: string; originScope: string; }; template: string; }; export declare function popoverTemplate($tooltip: any): any; export declare namespace popoverTemplate { var $inject: string[]; } export declare function popoverHtmlPopup(): { replace: boolean; scope: { contentExp: string; title: string; placement: string; popupClass: string; animation: string; isOpen: string; }; template: string; }; export declare function popoverHtml($tooltip: any): any; export declare namespace popoverHtml { var $inject: string[]; } export declare function popoverPopup(): { replace: boolean; scope: { title: string; content: string; placement: string; popupClass: string; animation: string; isOpen: string; }; template: string; }; export declare function popover($tooltip: any): any; export declare namespace popover { var $inject: string[]; }