import { SearchResponse } from './AddCatalogueLinkForm'; interface CourseCataloguePluginProps { onSearch: (query: string, linkType: 'course' | 'programme') => void; searchResponse: SearchResponse; parentScrollPosition: number; } export declare const CourseCataloguePlugin: ({ onSearch, searchResponse, parentScrollPosition, }: CourseCataloguePluginProps) => import("react").JSX.Element; export {};