export declare class Browser { static get uA(): string; static get pf(): any; static get safari(): boolean; static get safariVersion(): number; static get firefox(): boolean; static get chrome(): boolean; static get ie(): boolean; static get ieMobile(): boolean; static get webkit(): boolean; static get operaMini(): boolean; static get edge(): boolean; static get ios(): boolean; static get mac(): boolean; static get windows(): boolean; static get android(): boolean; static get androidMobile(): boolean; static get blackberry(): boolean; static get mobile(): boolean; static get mouseWheelEvent(): boolean; static get wheelEvent(): boolean; static get keydownEvent(): boolean; static get touchDevice(): boolean; static get mutationObserver(): boolean; static get resizeObserver(): boolean; static get intersectionObserver(): boolean; static get client(): boolean; }