import type { ForwardRefForwardPropsComponent } from '@pega/cosmos-react-core'; import type { FeedContentProps } from './Feed.types'; declare const FeedContent: ForwardRefForwardPropsComponent; export default FeedContent; //# sourceMappingURL=FeedContent.d.ts.map