import React from 'react'; import type { ServerSpout } from './types.js'; type NeededNext = { initData?: Record unknown>; scripts?: React.ReactNode[]; extraStyle?: React.ReactNode[]; }; export declare function antdSpout(): ServerSpout, Record, NeededNext>; export {}; //# sourceMappingURL=antd.server.d.ts.map