export interface PaymentCardCvvViewNativeMethods {
    blur(ref: any): void;
    clear(ref: any): void;
    createCvvUpdateToken(ref: any): void;
    focus(ref: any): void;
}
export default function usePaymentCardCvvViewManager(): PaymentCardCvvViewNativeMethods;
