/** * Exports a boolean value reporting whether is client side or server side by checking on the window object */ declare const isClient: boolean; export default isClient;