type PropsList = { [key: string]: any; }; interface ComponentConfig { [key: string]: PropsList; } export declare const config: ComponentConfig; export {};