import { type ClassType } from '@rnw-community/shared';
import type { PaymentItem } from '../@standard/w3c/payment-item';
import type { PaymentsError } from '../error/payments.error';
export declare const validateDisplayItems: (displayItems?: PaymentItem[], ErrorType?: ClassType<PaymentsError>) => void;
//# sourceMappingURL=validate-display-items.util.d.ts.map