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