/** * Generates and returns a new sidebar element with all transformations applied. * @param {Document} doc The document object. * @returns {HTMLElement|undefined} The new sidebar element, or undefined if the original wrapper isn't found. */ export declare function generateSidebarElement(doc: any): any; //# sourceMappingURL=sidebar.d.ts.map