import type { FC } from 'react'; import type { FeedContentHeaderProps } from './Feed.types'; declare const FeedContentHeader: FC; export default FeedContentHeader; //# sourceMappingURL=FeedContentHeader.d.ts.map