/**
 * Hacks/workarounds for specific browsers, only when absolutly needed
 */
/** Used to detect safari for a11y behavior corrections */
export declare function isSafari(): boolean;
/** Used to detect Win for NVDA for a11y behavior corrections */
export declare function isWindows(): boolean;
