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