import React from 'react'; import { ScaleableProps } from "./scaleable-context"; declare const withScaleable: (Render: React.ComponentType

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