import type { ServiceScope } from '@microsoft/sp-core-library';
import type { HttpClient, SPHttpClient } from '@microsoft/sp-http';
import type { PageContext } from '@microsoft/sp-page-context';
import { _MinimalWebPartHost } from '../index';
export declare class MockHost extends _MinimalWebPartHost {
    pageContext: PageContext;
    httpClient: HttpClient;
    spHttpClient: SPHttpClient;
    serviceScope: ServiceScope;
    constructor();
}
declare const _default: MockHost;
export default _default;
//# sourceMappingURL=MockHost.d.ts.map