import React from 'react';
import type { PopOverHocConfig } from '../types';
/**
 *
 * @deprecated 已过期, 请使用`usePopOverable`
 */
export declare const PopOverable: (config?: PopOverHocConfig) => (Component: React.ComponentType<any>) => any;
