export declare type AppNamespace = string; export declare type PropProviderProps = Object; export declare type ConfigGetter = Array | string | ((config: Object) => {});