/** * Initialize tooltips for dynamically added elements using Bootstrap Tooltips. * @param {string|HTMLElement} element HTMLElement selector or element. * @param {string} tooltipSelector? Selector for the element that initializes the tooltip. Default is '[data-bs-toggle="tooltip"]'. * @return {bootstrap.Tooltip[]} List of bootstrap.Tooltip instances created when the element's tooltip is initialized. */ declare const _default: (element: string | HTMLElement, tooltipSelector?: string) => bootstrap.Tooltip[]; export default _default;