/**
 * 将css var定义（包含默认值）提供给组件树
 */
import React from 'react';
import type { CssVarTheme } from '..';
export declare const StyledThemeProvider: React.FC<{
    theme: CssVarTheme<any>;
}>;
export declare function withStyledTheme<WrappedType extends React.ComponentType<any>>(theme: CssVarTheme<any>, Wrapped: WrappedType): React.FC<any>;
//# sourceMappingURL=StyledThemeProvider.d.ts.map