import React from 'react'; import type { IStage } from '@visactor/vrender-core'; declare const StageContext: React.Context; export declare function withStage(Component: React.ComponentType): React.ForwardRefExoticComponent & React.RefAttributes>; export default StageContext;