declare const device: {
    isAndroidBrowser(): boolean;
    isIOSBrowser(): boolean;
    authEmbed(): boolean;
    isIOS(): boolean;
    isSafariOrIOS(): boolean;
    isBraveBrowser(): boolean;
    isFireFox(): boolean;
    isChrome(): boolean;
    isBlockingThirdpartyCookiesBrowser(chromeExclude?: boolean): boolean;
};
export default device;
