import type { FC } from 'react'; import type { FeedNewPostProps } from './Feed.types'; export declare const StyledFeedNewPost: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; declare const FeedNewPost: FC; export default FeedNewPost; //# sourceMappingURL=FeedNewPost.d.ts.map