/// import { CSSInterpolation } from '@ant-design/cssinjs'; type CssInJsProps = { prefix?: string; styleFun?: (prefix: string, token?: any) => CSSInterpolation; }; export declare const useCssInJs: (params?: CssInJsProps) => { hashId: string; wrapSSR: (node: import("react").ReactElement>) => import("react").JSX.Element; }; export {};