declare const _default: (className: string | [], node: Element | HTMLElement) => void; /** * @param {(string|Array)} className - Name of the class you wanted to remove, can be a string or Array. * @param {Element|HTMLElement} node - Target element you wanted to remove the classes. * @description Remove class to the selected element. */ export default _default;