import React from 'react';
declare const withIPX: <P extends Record<string, any>>(Component: React.ComponentType<P>) => (props: P) => JSX.Element;
export default withIPX;
