declare const compCreator: (config: any, context: any) => ({ props, ...restConfigs }: { [x: string]: any; props?: {} | undefined; }) => any; export default compCreator;