/**
 * Activates the harmonised scrollbar appearance. An explicit value overrides the shared rollout
 * gate; when omitted, the shared gate controls the appearance.
 */
export declare function useScrollbarHarmonisation(isEnabled?: boolean): void;
