/** * is mobile device? */ declare const _default: (userAgent: string) => boolean; export default _default;