/// import { BubbleProps } from './type'; /** * Probubble * @param prefixCls * @returns */ export declare function useStyle(prefixCls?: string, classNames?: BubbleProps['classNames']): { wrapSSR: (node: import("react").ReactElement>) => import("react").JSX.Element; hashId: string; };