/// /** * TableRowIndex 样式 hook * @param prefixCls 组件前缀类名 * @returns 样式相关的对象 */ export declare function useStyle(prefixCls?: string): { wrapSSR: (node: import("react").ReactElement>) => import("react").JSX.Element; hashId: string; };