import { ModelProviderOptions, ModelProviderResponse } from './types'; /** * smart component utility function to ensure a component-specific model will be fetched if it doesn't * exist in the store. A `fetch` prop value is expected to be provided with `mapDispatchToProps` * - Component: the "dumb" component */ export default function modelProvider(options: ModelProviderOptions): ModelProviderResponse;