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