/** * Higher-order component which renders the original component with the current * registry context passed as its `registry` prop. */ declare const withRegistry: (Inner: import("react").ComponentType) => (props: Record) => import("react").JSX.Element; export default withRegistry; //# sourceMappingURL=index.d.ts.map