import { RouterProps, TransitionManagerProps } from "./types"; export declare function Router(props: RouterProps): JSX.Element; export declare function TransitionManager({ child, path, params, transitionStyle, commonFallback, }: TransitionManagerProps): JSX.Element;