import { TopRoutesProps } from "./type.js"; import React from "react"; export declare const TopRoutes: (props: TopRoutesProps) => React.JSX.Element;