import React from 'react';
declare const withPayline: (production: boolean) => (WrappedComponent: React.ComponentType) => (props: any) => JSX.Element;
export default withPayline;
