import { EntityCollection } from "@firecms/core"; import { CollectionsConfigController } from "@firecms/collection_editor"; export declare function TextSearchInfoDialog({ open, closeDialog, collection, collectionConfigController, parentCollectionIds, hasOwnTextSearchImplementation }: { open: boolean; closeDialog: () => void; path: string; collection: EntityCollection; collectionConfigController: CollectionsConfigController; parentCollectionIds?: string[]; hasOwnTextSearchImplementation: boolean; }): import("react").JSX.Element;