/** * * Tooltip object that consists of tooltips for various of * features * * @returns {Object} An Object that consists of tooltip methods to be invoked */ declare const _default: { cssPlugin: () => string; postcss: () => string; html: () => string; }; export default _default;