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