import type { ComponentType } from 'react'; import type { DecoratorComponentProps, DecoratorWrapperProps } from '../../types'; declare const withDecoratorComponent: (Wrapped: ComponentType) => (props: DecoratorWrapperProps) => import("react/jsx-runtime").JSX.Element; export default withDecoratorComponent;