import { CompiledTheme } from './createTheme'; import { ThemeTrackState } from './useTheme'; export declare const UpdateProxySymbol: unique symbol; export declare function createThemeProxy(theme: CompiledTheme, trackState: ThemeTrackState, props?: any): any; //# sourceMappingURL=createThemeProxy.d.ts.map