import { MatDialogRef } from '@angular/material/dialog'; import { RdsDataAccessPolicyDialogData } from './data-access-policy-dialog-data.model'; import * as i0 from "@angular/core"; /** * Based on the EulaDialogComponent from the data-collection-ui repository, refer to that to * see how the PDF previews were handled once file upload is supported. */ export declare class RdsDataAccessPolicyDialogComponent { data: RdsDataAccessPolicyDialogData; dialogRef: MatDialogRef; constructor(data: RdsDataAccessPolicyDialogData, dialogRef: MatDialogRef); handleDecision(userAgree: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }