interface ExtendTest { (designResult: any[], extendMap: any, config: any): any; } declare const extendTest: ExtendTest; export default extendTest;