import React from 'react'; import type { ReactRouterV4V5RouteProps } from './types'; export declare function FaroRoute(props: ReactRouterV4V5RouteProps): React.JSX.Element;