import { Controller } from '@data-client/react';
import { MockProps } from './mockTypes.js';
export declare function MockController<TBase extends typeof Controller, T>(Base: TBase, { fixtures, getInitialInterceptorData, }: MockProps<T>): TBase;
//# sourceMappingURL=MockController.d.ts.map
