import React from 'react'; import { ScaleProps } from './scale-context'; declare const withScale: (Render: React.ComponentType

| undefined; }>) => React.ForwardRefExoticComponent & React.RefAttributes>; export default withScale;