export interface PaymentAlertViewProps { states: { showalert: boolean; }; } export declare function PaymentAlertView(props: PaymentAlertViewProps): any;