/// <reference types="react" />
export declare const RefreshContext: import("react").Context<(_props?: any) => void>;
export declare function useRefreshRoot(): (_props?: any) => void;
