declare const getDevice: () => { isMobile: () => boolean; isDesktop: () => boolean; isAndroid: () => boolean; isIos: () => boolean; isSSR: () => boolean; }; export { getDevice };