/** * Utility to detect if the current browser needs scrollbar overlay fix * This includes Safari (WebKit-based but not Chrome) and Firefox * @returns boolean indicating if browser needs scrollbar fix */ export declare const needsScrollbarFix: () => boolean;