import { type ComponentType } from 'react'; import { type CmsContentComponent, type PropsWithCmsContent } from './types.js'; export declare function cmsContentAware
(component: ComponentType>, cmsContentComponent: CmsContentComponent): ComponentType;
;