import { Type } from '@angular/core';
export declare const mockWithInputsOutputsAndStubs: (componentOrDirective: Type<any>, stubs?: object) => Type<any>;
