/** * Removes all extraneous whitespace from an HTML string so that well-formatted HTML * can be used without consequence in Stenciljs end-to-end testing \. * * @param {string} value - a valid html string to 'trim' * @returns {string} */ declare const _default: (value: any) => any; export default _default;