export interface _IStylesheetProps { _scope: string | undefined; _hash: string; _cssText: string; } export declare const _Stylesheet: import("../_getInternalComponent").RCIJFC<_IStylesheetProps>;