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