///
import { ChatTokenType } from '../../../../Hooks/useStyle';
/**
* BubbleChat
* @param prefixCls
* @returns
*/
export declare function useTableStyle(prefixCls: string, propsToken: Partial): {
wrapSSR: (node: import("react").ReactElement>) => import("react").JSX.Element;
hashId: string;
};