/**
 *
 * 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;
    splitChunks: () => string;
    postcss: () => string;
    terser: () => string;
    html: () => string;
};
export default _default;
