import type { GlobalToken } from 'antd';
export declare const TARGET_ATTR = "data-happy-wave-target";
declare const useStyle: (prefixCls: string, hashId: string, token: GlobalToken) => void;
export default useStyle;
