/** * 配合 nextjs 可以实现只有客户端才渲染的组件 * @see https://github.com/zeit/next.js/blob/canary/examples/progressive-render/pages/index.js */ export declare function useMounted(): boolean;