import { FC } from 'react';
export declare const PaymentErrors: FC<{
    errors: Record<string, string[]>;
}>;
