import { InjectionToken } from '@angular/core'; import { MtnaDialogButton } from '@mtna/core-angular'; import { MtnaResultTableOptions } from '@mtna/search-manager-angular'; /** The options available to inject for the data product dialog. */ export declare type RdsDataProductDialogOptions = Pick & { otherButtons?: MtnaDialogButton[]; }; /** Injection token to provide options to the data product dialog. */ export declare const RDS_DATA_PRODUCT_DIALOG_OPTIONS: InjectionToken;