import { type JSXElementConstructor, type JSX } from 'react';
export declare function withWidth(): (WrappedComponent: JSXElementConstructor<any>) => (props: Record<string, any>) => JSX.Element;
