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