import { ApplicationCustomizerContext } from "../models";
/**
 * Provides SharePoint Spfx related contexts.
   This context should be injected using @Inject(SharePointContext)
 * @class SharePointContext
 */
export declare class SpfxContext {
    constructor();
    get applicationCustomizerContext(): ApplicationCustomizerContext;
}
