/**
 * Enables the harmonised scrollbar appearance for one document.
 *
 * Repeated installation is reference counted so separate React roots do not
 * disable the appearance while another root still uses it.
 */
export declare function installScrollbarHarmonisation(targetDocument: Document): () => void;
