/// import type { ProAliasToken } from '@ant-design/pro-provider'; export interface ProLayoutToken extends ProAliasToken { componentCls: string; } export declare function useStyle(prefixCls: string): { wrapSSR: (node: import("react").ReactElement>) => import("react").JSX.Element; hashId: string; };