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