export declare const isMobile: () => boolean;
export declare const openNewWindow: ({ urlString, target }: {
    urlString: string;
    target?: string;
}) => Window;
export declare const shareEncodedUrl: (socialShareUrl?: string) => string;
