/// <reference types="powerapps-component-framework" />
import type { SinonStub } from 'sinon';
import { PopupServiceMock } from './FactoryApi';
export declare class FactoryMock implements ComponentFramework.Factory {
    _popupService: PopupServiceMock;
    getPopupService: SinonStub<[], PopupServiceMock>;
    requestRender: SinonStub<[], void>;
    constructor();
}
//# sourceMappingURL=Factory.mocks.d.ts.map