import { AdyenComponent } from '../core/AdyenNativeModules';
export interface RemovesStoredPayment {
    removeStored(success: boolean): void;
}
export declare function isRemovesStoredPaymentComponent(object: AdyenComponent): object is AdyenComponent;
//# sourceMappingURL=RemoveStoredPaymentComponentWrapper.d.ts.map