import { ReactRuntime } from '../runtimes/react/react-runtime'; import { type BreakpointsInput } from '../state/modules/breakpoints'; export declare class NextReactRuntime extends ReactRuntime { constructor(args?: { appOrigin?: string; apiOrigin?: string; breakpoints?: BreakpointsInput; }); } //# sourceMappingURL=runtime.d.ts.map