import { BootOptions } from '../components/ConfigProvider'; export declare const routeList: { [key: string]: string; }; export declare function addMissingConfig(userConfig: BootOptions): BootOptions;