/** * Apply {@link NO_SCROLL_CLASS} that disables scroll on page (e.g use in Dimmer to disable scroll behind the component) * * CSS class needs to be applied for `html` and not `body`, as this doing both will break any position sticky in the document. */ export declare const addNoScrollClass: () => void; /** * Clean up after {@link addNoScrollClass} function */ export declare const removeNoScrollClass: () => void; //# sourceMappingURL=DOMOperations.d.ts.map