import { DynamicRouteProps } from '../@types';
import { FunctionComponent } from 'react';
/** 动态路由 */
declare const DynamicRoute: FunctionComponent<DynamicRouteProps>;
export { DynamicRoute };
