import React, { ReactNode } from "react"; declare type NextRouteComponentProps = { initialData?: any; children: ReactNode; }; export declare function NextRouteComponent(this: { initialRoute?: string; }, { initialData, children: _children, ...rest }: NextRouteComponentProps): React.ReactNode; export {}; //# sourceMappingURL=route-component.d.ts.map