import { IStyleManager } from '../../types/IStyleManager'; export interface _IStylesheetServerProps { _styleManager: IStyleManager | undefined; _cacheKey: string | undefined; _cssText: string; } export declare const _StylesheetServer: import("../_getInternalComponent").RCIJFC<_IStylesheetServerProps>;