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