import { InjectionToken } from '@angular/core'; import { ReactRouteComponentOptions } from '../types'; import * as i0 from "@angular/core"; export declare const REACT_ROUTE_COMPONENT_OPTIONS: InjectionToken; export declare class ReactRouteComponent { protected props: Record | undefined; protected reactComponent: import("@angular/core").Type; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }