import { MtnaSearchSelectionService } from '@mtna/search-manager-angular'; import { Result } from '@mtna/search-manager-ts'; import { RdsDataProductSelection } from '../models'; import * as i0 from "@angular/core"; /** * An implementation of the {@link MtnaSearchSelectionService} that uses the search results catalog ID and data product ID as the underlying model. */ export declare class RdsSearchDpSelectionService extends MtnaSearchSelectionService { getModelFromResult(result: Result): RdsDataProductSelection; modelIsResult(model: RdsDataProductSelection, result: Result): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }