import * as React from "react";
interface IRoutesProps {
    children?: any;
}
export declare const Routes: React.FunctionComponent<IRoutesProps>;
export {};
