import React from 'react'; export interface WithCustomProviderProps { basePath: string; } declare const withCustomProvider:

(Component: React.ComponentType

) => React.FC

; export default withCustomProvider; //# sourceMappingURL=withCustomProvider.d.ts.map