import type { InstantSearch, IndexWidget } from '../../types'; export declare function createFeedContainer(feedID: string, parentIndex: IndexWidget, instantSearchInstance: InstantSearch): IndexWidget;