import * as React from 'react';
declare type Params = {
    [key: string]: any;
};
interface Props {
    from?: string;
    to?: string;
    fromRoute?: string;
    fromParams?: Params;
    toRoute?: string;
    toParams?: Params;
}
export declare const Redirect: React.FC<Props>;
declare const _default: {};
export default _default;
