import { EventEmitter } from '@angular/core'; import { OrderDetailFragment } from '@vendure/admin-ui/core'; import { RefundablePayment } from '../../common/get-refundable-payments'; import * as i0 from "@angular/core"; export declare class PaymentForRefundSelectorComponent { refundablePayments: RefundablePayment[]; order: OrderDetailFragment; paymentSelected: EventEmitter<{ payment: RefundablePayment; selected: boolean; }>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }