/// <reference types="react" />
import type { KeepAliveProps, KeepAliveRef } from "./types";
declare const KeepAlive: import("react").ForwardRefExoticComponent<KeepAliveProps & import("react").RefAttributes<KeepAliveRef>>;
export default KeepAlive;
