declare const EmbraceNavigationTracker: import("react").ForwardRefExoticComponent<import("./EmbraceNavigationWrapper").EmbraceNavigationWrapperProps & import("react").RefAttributes<import("./instrumentation/types/navigation").INavigationContainer>>;
declare const EmbraceNativeNavigationTracker: import("react").ForwardRefExoticComponent<import("./EmbraceNavigationWrapper").EmbraceNavigationWrapperProps & import("react").RefAttributes<import("./instrumentation/types/navigation").INativeNavigationContainer>>;
export { EmbraceNavigationTracker, EmbraceNativeNavigationTracker };
