/// export interface ISpinnerContext { loading: boolean; begin: () => () => void; } export declare const SpinnerContext: import("react").Context;