import { ComponentType } from 'react'; export interface WidthProviderProps { measureBeforeMount?: boolean; } export declare function WidthProvider

(Component: ComponentType

): ComponentType & WidthProviderProps>; //# sourceMappingURL=WidthProvider.d.ts.map