import { ComponentType } from 'react'; import { ComponentInstance } from '@uniformdev/canvas'; import { ComponentProps } from '../types/cskTypes.mjs'; import '@uniformdev/next-app-router/component'; import '@uniformdev/next-app-router'; import '@uniformdev/next-app-router-shared'; declare const withSlotsDataValue: , T>(WrappedComponent: ComponentType; }>, withSlotData?: string[]) => ComponentType; export { withSlotsDataValue };