import * as React from 'react';
import { History } from 'history';
export declare const RoutesGroup: React.FC<{
    history?: History<History.PoorMansUnknown>;
}>;
declare const _default: {};
export default _default;
