import { ComponentType } from 'react'; import { ShapeProps, WrappedShapeProps } from '../../types'; export declare const withShapeWrapper: (DecoratedShape: ComponentType) => ComponentType>;