///
export declare const addGlowBorderOffset: (size: string | number) => string;
/**
* Probubble
* @param prefixCls
* @returns
*/
export declare function useStyle(prefixCls?: string): {
wrapSSR: (node: import("react").ReactElement>) => import("react").JSX.Element;
hashId: string;
};